Files
dotfiles/.config/fish/conf.d/startx.fish
Florestan Bredow 27c4afa80d Gloubiboulga
2023-12-05 21:11:09 +01:00

7 lines
105 B
Fish

# Start X at login
if status --is-login
if test -z "$DISPLAY" -a $XDG_VTNR = 1
exec sway
end
end