plugfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 56e53d87f181d6577a1d018529bcb107991feca0
parent 9ce95a6f1ce68d14837099afbabd7f458d5dcc42
Author: nickfarrow <nicholas.w.farrow@gmail.com>
Date:   Sun, 18 Jul 2021 03:44:28 +1000

update dual monitor scripts

Diffstat:
Mbin/dual | 8+-------
Mbin/sswitch | 1-
2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/bin/dual b/bin/dual @@ -4,11 +4,5 @@ xrandr --output HDMI-0 --auto --above eDP-1-1 --auto polylaunch sleep 1 -wal -i ~/Pictures/Wallpapers/ --saturate 0.4 -l #&& (cat ~/.cache/wal/sequences &) -sleep 1 -st & -pid=$! -sleep 1 -kill $pid -st & +sswitch exit 0 diff --git a/bin/sswitch b/bin/sswitch @@ -7,5 +7,4 @@ st & pid=$! sleep 1 kill $pid -nohup st & exit 0