feat: dwm at startup

This commit is contained in:
AngeD 2023-01-03 15:41:30 +01:00
parent a6b96285b9
commit f1fdfb2eb2
8 changed files with 25 additions and 12 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
#[ "$XDG_VTNR" = 1 ] && exec startx
[ "$XDG_VTNR" = 1 ] && exec sway 2> "$HOME/sway.log"
[ "$XDG_VTNR" = 1 ] && exec startx
#[ "$XDG_VTNR" = 1 ] && exec sway 2> "$HOME/sway.log"