dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 06a180e79b5f83c22dd6525364e2157d5783e77f
parent d70840a9cc2d6ed8613432fbe551ceb2540c8809
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 28 Feb 2020 12:29:03 +0100

Clean up display script

Diffstat:
M.local/bin/displayselect | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.local/bin/displayselect b/.local/bin/displayselect @@ -71,8 +71,4 @@ else fi # Fix feh background if screen size/arangement has changed. -wallpaper -# Re-remap keys if keyboard added (for laptop bases) -#remaps -# Restart dunst to ensure proper location on screen -pgrep -x dunst >/dev/null && killall dunst && setsid dunst & +pgrep -x dunst >/dev/null && pkill dunst && setsid dunst &