diff options
Diffstat (limited to '.scripts/screen')
-rwxr-xr-x | .scripts/screen | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.scripts/screen b/.scripts/screen index 3a77b35..4f73cdb 100755 --- a/.scripts/screen +++ b/.scripts/screen @@ -55,6 +55,7 @@ onescreen() { # If only one output available or chosen. postrun() { # Stuff to run to clean up. { killall -9 dunst ; setsid -f dunst ;} >/dev/null 2>&1 # Restart dunst to ensure proper location on screen inputset # Refresh input remaps/settings + wallset # refresh wallpaper } # Get all possible displays |