feat: new pc conf

This commit is contained in:
AngeD 2023-03-09 17:51:39 +01:00
parent 99847eda69
commit ded281b797
17 changed files with 51 additions and 114 deletions

View file

@ -1,6 +1,3 @@
#!/bin/sh
[ "$XDG_VTNR" = 1 ] && select SESSION in startx sway; do
[ "$SESSION" = sway ] && export XDG_CURRENT_DESKTOP=sway
exec $SESSION > "$HOME/.gui.log" 2>&1
done
[ "$XDG_VTNR" = 1 ] && exec startx > "$HOME/.gui.log" 2>&1