Environments - Wayland

Pour démarrer sway, ainsi qu’un agent ssh :

config.fish

if status is-interactive
    # Commands to run in interactive sessions can go here
    #if [ -z "{$WAYLAND_DISPLAY}" ] && [ "{$XDG_VTNR}" -eq 1 ];
    #    exec sway
	if not set -q "SSH_AGENT_PID"
		eval (ssh-agent -t 3600 -c)
	end

	if not set -q "WAYLAND_DISPLAY"; and test "$XDG_VTNR" = 1
		exec sway
    	end
end

Liens


Environments : Console applications, Curseurs de souris, dmenu, fish, Gnome 3 minimal, gtk, installation minimale, Installation minimale de Cinnamon, Personnaliser, QT, Seats, Sway, Wayland, Window Managers, X autologin