From 8421a5eeb5f403e6c5e26ac389bcdba8ee5678a2 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 21 Oct 2023 08:57:20 +0100 Subject: [PATCH] Fix program launch binds Didn't update for new workspaces --- home/hyprland/config.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index ce3f9b2c..05882c64 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -108,10 +108,9 @@ in '' bind = SUPER, Return, exec, alacritty bind = SUPER SHIFT, Return, exec, [float] alacritty - bind = SUPER ALT, T, exec, [workspace 1] alacritty - bind = SUPER ALT, D, exec, [workspace 2] emacs - bind = SUPER ALT, W, exec, [workspace 3] firefox - bind = SUPER ALT, A, exec, [workspace 4] alacritty -e khal interactive + bind = SUPER ALT, T, exec, [workspace 2] alacritty + bind = SUPER ALT, D, exec, [workspace 3] emacs + bind = SUPER ALT, W, exec, [workspace 4] firefox bind = SUPER ALT, F, exec, [workspace 5] thunar bind = SUPER ALT, S, exec, [workspace 6] spot bind = SUPER ALT, C, exec, [workspace 7] fractal