merge: desktop

This commit is contained in:
AngeD 2023-04-02 21:49:19 +02:00
commit 8f253f7fb1

View File

@ -2,8 +2,7 @@
GUILOG="$HOME/.local/share/xorg/gui.log"
touch "$GUILOG"
mv "$GUILOG" "$GUILOG.old"
mv "$GUILOG" "$GUILOG.old" 2> /dev/null
[ "$XDG_VTNR" = 1 ] && exec startx > "$GUILOG" 2>&1
#[ "$XDG_VTNR" = 1 ] && export XDG_CURRENT_DESKTOP=sway && exec sway > "$HOME/.gui.log" 2>&1