Add configurations for tyr

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2024-05-06 19:51:07 +02:00
parent 84019aac75
commit fea711b84c
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
27 changed files with 539 additions and 177 deletions

View file

@ -28,15 +28,3 @@ fi
# Restore custom dconf configuration
dconf load / < "${XDG_CONFIG_HOME}/dconf/root.conf"
if [ "$(tty)" = "/dev/tty1" ]; then
sway --unsupported-gpu >> "${XDG_LOG_HOME}/sway.log" 2>&1 && exit
fi
if [ "$(tty)" = "/dev/tty2" ]; then
startx "${XDG_CONFIG_HOME}/X11/xinitrc" -- -keeptty >> "${XDG_LOG_HOME}/xorg.log" 2>&1 && exit
fi
if [ "$(tty)" = "/dev/tty3" ]; then
XDG_SESSION_TYPE=wayland gnome-session && exit
fi