Add newest settings
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
1156f251d4
commit
84019aac75
7 changed files with 26 additions and 233 deletions
|
@ -29,5 +29,14 @@ fi
|
|||
dconf load / < "${XDG_CONFIG_HOME}/dconf/root.conf"
|
||||
|
||||
if [ "$(tty)" = "/dev/tty1" ]; then
|
||||
sway > "${XDG_LOG_HOME}/sway.log" 2>&1 && exit
|
||||
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