diff --git a/.config/fish/conf.d/start_hyprland.fish b/.config/fish/conf.d/start_hyprland.fish index 72739c9..fae5cb2 100644 --- a/.config/fish/conf.d/start_hyprland.fish +++ b/.config/fish/conf.d/start_hyprland.fish @@ -1,8 +1,6 @@ # Start X at login if status --is-login - if test -z "$DISPLAY" -a $XDG_VTNR = 2 + if test -z "$DISPLAY" -a $XDG_VTNR = 1 exec start-hyprland - # pour activer le partage d'écran mais provoque des bugs. - #exec env XDG_CURRENT_DESKTOP=sway dbus-run-session sway end end diff --git a/.config/fish/conf.d/start_sway.fish b/.config/fish/conf.d/start_sway.fish deleted file mode 100644 index c8d51e0..0000000 --- a/.config/fish/conf.d/start_sway.fish +++ /dev/null @@ -1,8 +0,0 @@ -# Start X at login -if status --is-login - if test -z "$DISPLAY" -a $XDG_VTNR = 1 - exec sway --unsupported-gpu - # pour activer le partage d'écran mais provoque des bugs. - #exec env XDG_CURRENT_DESKTOP=sway dbus-run-session sway - end -end