diff options
author | Thanos Apollo <[email protected]> | 2024-03-05 06:03:51 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-03-05 06:03:51 +0200 |
commit | 68f2c57c38ea439037017f11e25942913d6d83c0 (patch) | |
tree | 0e44622f6569f5d854814c520fa419eacc821a4f /.xinitrc | |
parent | 71ca2618054e822b793815441cbc05d28cdc4bed (diff) |
xinitrc: Default to stumpwm
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,5 +6,5 @@ export PATH="/usr/bin:$PATH" export XDG_SESSION_TYPE="x11" export SBCL_HOME=/usr/lib64/sbcl -/usr/bin/qtile start -/#usr/local/bin/stumpwm +#/usr/bin/qtile start +/usr/local/bin/stumpwm |