summaryrefslogtreecommitdiffstats
path: root/.local/bin/displayselect
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/displayselect')
-rwxr-xr-x.local/bin/displayselect2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/displayselect b/.local/bin/displayselect
index c0e3479..b2e0075 100755
--- a/.local/bin/displayselect
+++ b/.local/bin/displayselect
@@ -69,4 +69,4 @@ esac
setbg # Fix background if screen size/arangement has changed.
remaps # Re-remap keys if keyboard added (for laptop bases)
-pgrep -x dunst >/dev/null && killall dunst && setsid dunst & # Restart dunst to ensure proper location on screen
+{ killall dunst ; setsid dunst & } >/dev/null 2>&1 # Restart dunst to ensure proper location on screen