summaryrefslogtreecommitdiffstats
path: root/.local/bin/displayselect
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2023-02-06 18:19:20 -0500
committerLuke Smith <luke@lukesmith.xyz>2023-02-06 18:19:20 -0500
commitc55a896653cacf5963fe6b4b66aebba61dfaf629 (patch)
tree427ddf16f493a228cb9769fd22460f12b114165e /.local/bin/displayselect
parent624effaa18ebdbae50116dafc5fec4c7d9259e5b (diff)
parent136456e4fab5a7cb428add6e995c941b2c99dcbe (diff)
downloadeibhear-c55a896653cacf5963fe6b4b66aebba61dfaf629.tar.gz
eibhear-c55a896653cacf5963fe6b4b66aebba61dfaf629.tar.zst
eibhear-c55a896653cacf5963fe6b4b66aebba61dfaf629.zip
Merge branch 'ssnailed-master'
Diffstat (limited to '.local/bin/displayselect')
-rwxr-xr-x.local/bin/displayselect1
1 files changed, 0 insertions, 1 deletions
diff --git a/.local/bin/displayselect b/.local/bin/displayselect
index f9e8062..0227a32 100755
--- a/.local/bin/displayselect
+++ b/.local/bin/displayselect
@@ -58,7 +58,6 @@ onescreen() { # If only one output available or chosen.
postrun() { # Stuff to run to clean up.
setbg # Fix background if screen size/arangement has changed.
- remaps # Re-remap keys if keyboard added (for laptop bases)
{ killall dunst ; setsid -f dunst ;} >/dev/null 2>&1 # Restart dunst to ensure proper location on screen
}