diff options
| -rwxr-xr-x | .projector_off | 2 | ||||
| -rwxr-xr-x | .projector_on | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.projector_off b/.projector_off index 0fc54af..f1e72f7 100755 --- a/.projector_off +++ b/.projector_off @@ -1,7 +1,7 @@ #!/bin/sh killall spacefm -screen -d -m "~/.config/openbox/spacefm" +screen -d -m "$HOME/.config/openbox/spacefm" xrandr --output DP-2 --off diff --git a/.projector_on b/.projector_on index ca153eb..2f2cd12 100755 --- a/.projector_on +++ b/.projector_on @@ -21,7 +21,7 @@ sorted_file_list=$(printf "%s " "${sorted_files[@]}") echo $sorted_file_list killall spacefm -screen -d -m "~/.config/openbox/spacefm" +screen -d -m "$HOME/.config/openbox/spacefm" sleep 1 |
