diff options
author | Julian T <julian@jtle.dk> | 2020-09-05 13:25:00 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-09-05 13:25:00 +0200 |
commit | 8ca4339e3265f108fba5c8cd3cae165f1089f111 (patch) | |
tree | d3b7f60e94ab9f0003a5478d46ef03279a0eebc5 /scripts/Scripts/lc | |
parent | 6f4e8b5952dcae7d4f755b73974cdbe1767b7b2c (diff) |
Added xrotate script
Diffstat (limited to 'scripts/Scripts/lc')
-rwxr-xr-x | scripts/Scripts/lc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Scripts/lc b/scripts/Scripts/lc index a58d826..1f6aaab 100755 --- a/scripts/Scripts/lc +++ b/scripts/Scripts/lc @@ -59,7 +59,7 @@ handle_stuff() { vboxmanage startvm "Windows xp" fi if [ "$1" = "wall" ]; then - ~/Scripts/setwall + $HOME/Scripts/setwall -A fi if [ "$1" = "mic" ]; then amixer set Capture toggle |