diff --git a/.config/fish/conf.d/start_hyprland.fish b/.config/fish/conf.d/start_hyprland.fish index 60ac2b3..72739c9 100644 --- a/.config/fish/conf.d/start_hyprland.fish +++ b/.config/fish/conf.d/start_hyprland.fish @@ -1,7 +1,7 @@ # Start X at login if status --is-login if test -z "$DISPLAY" -a $XDG_VTNR = 2 - exec hyprland + exec start-hyprland # pour activer le partage d'écran mais provoque des bugs. #exec env XDG_CURRENT_DESKTOP=sway dbus-run-session sway end