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 e7aca6b3a039f0a7cb1aab165b4abbf11470f3c3
parent 1fc71a7959d30ea785ece3e063f088cd1e27770c
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 25 Jun 2020 10:37:04 +0200

Spawn dwm in loop

Diffstat:
M.xsession | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.xsession b/.xsession @@ -8,4 +8,6 @@ xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation" 1 xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Button" 2 xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Axes" 6 7 4 5 -exec dwm +while :; do + dwm || break +done