From 273dae2fdafcc82bb905dc6d82362ba3b39f100a Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Mon, 9 Feb 2026 11:12:03 +0100 Subject: [PATCH] Switch to hyprland --- .config/fish/conf.d/start_hyprland.fish | 4 +--- .config/fish/conf.d/start_sway.fish | 8 -------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 .config/fish/conf.d/start_sway.fish 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