commit 930daa131f3846b9340e64009c7b529a52118d88 parent 4eccef4436595b7d938277bd9b05b49099ea10c4 Author: finwo <finwo@pm.me> Date: Wed, 8 May 2019 14:03:29 +0200 Added bare .xinitrc and .xsession Diffstat:
| A | dwm/home/.xinitrc | | | 4 | ++++ |
| A | dwm/home/.xsession | | | 2 | ++ |
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/dwm/home/.xinitrc b/dwm/home/.xinitrc @@ -0,0 +1,4 @@ +#!/bin/sh +[ -z "$BASH_VERSION" ] && exec bash $0 + +while true; do dwm; done diff --git a/dwm/home/.xsession b/dwm/home/.xsession @@ -0,0 +1,2 @@ +#!/bin/sh +/bin/sh -l ~/.xinitrc