feat: new pc conf
This commit is contained in:
parent
99847eda69
commit
ded281b797
17 changed files with 51 additions and 114 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue