test
This commit is contained in:
parent
1176dd6efb
commit
84b57e8ab2
1 changed files with 9 additions and 6 deletions
15
shell/gui.sh
15
shell/gui.sh
|
@ -1,11 +1,14 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ "$(tty)" = "/dev/tty1" ] ; then
|
||||
sleep 0.5
|
||||
amixer &
|
||||
XDG_SESSION_TYPE=x11 GDK_BACKEND=x11 exec startx
|
||||
#exec sway
|
||||
elif [ "$(tty)" = "/dev/tty2" ] ; then
|
||||
sleep 0.5
|
||||
## KDE WAYLAND
|
||||
exec /usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland
|
||||
|
||||
## DWM
|
||||
#sleep 0.5
|
||||
#amixer &
|
||||
#XDG_SESSION_TYPE=x11 GDK_BACKEND=x11 exec startx
|
||||
|
||||
## SWAY
|
||||
#exec sway
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue