commit 6adf07663c6bba85c51fcb49c644916ef0acfa01 parent fb91ab43bcf9a76f3a59153bc306c1df24776a51 Author: Ed van Bruggen <edvb54@gmail.com> Date: Mon, 26 Jun 2017 10:43:14 -0700 bin: Add dwmstart.sh Diffstat:
bin/dwmstart.sh | | | 5 | +++++ |
xinitrc | | | 4 | +++- |
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/bin/dwmstart.sh b/bin/dwmstart.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +while true; do + dwm 2> ~/.dwm.log +done diff --git a/xinitrc b/xinitrc @@ -16,6 +16,8 @@ xfce4-power-manager & # enable power management sxhkd & # key commands +rmdesktop.sh & + dwmstatus.sh & # dwm status bar dwmmail.sh & # email notifications for dwm @@ -23,4 +25,4 @@ screen.sh & # configure monitors ### window manager wmname LG3D # fix JDK with dwm -exec dwm # launch dwm +dwmstart.sh # launch dwm