diff options
author | Marvin Borner | 2022-07-31 21:24:56 +0200 |
---|---|---|
committer | Marvin Borner | 2022-07-31 21:24:56 +0200 |
commit | 600de714ba13c1ccd54357554898db909de5af81 (patch) | |
tree | 95f416ad889878de9b782533c167b585e42e8262 /.scripts/screen | |
parent | a56b6a121b31b82dcf7279e6eea60bbca1852fc5 (diff) |
Update
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 |