Add configurations for tyr
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
84019aac75
commit
fea711b84c
27 changed files with 539 additions and 177 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue