This commit is contained in:
tavo 2025-05-20 00:07:55 -06:00
parent 1176dd6efb
commit 84b57e8ab2

View file

@ -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