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 4c2d5db0643f49a3772cbab1840a79458df19705
parent 11ebd44a02775d9b92b30a7ac532ecdc0e769cd8
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  7 Jun 2019 10:34:47 +0200

Fix dwm restart

Diffstat:
M.xinitrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.xinitrc b/.xinitrc @@ -5,5 +5,5 @@ # if changing WM, remember to change WM name in crontab while :; do - exec dwm || break + ssh-agent dwm || break done