From 4d880f990f4661a686266fe9dbade70f0fafdacb Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Thu, 3 Oct 2024 11:18:08 +0200 Subject: [PATCH] hyprland/binds.nix: change binds --- modules/wms/wayland/hyprland/binds.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/wms/wayland/hyprland/binds.nix b/modules/wms/wayland/hyprland/binds.nix index 711b222..51615bb 100644 --- a/modules/wms/wayland/hyprland/binds.nix +++ b/modules/wms/wayland/hyprland/binds.nix @@ -75,10 +75,10 @@ in { binde = [ # window focus - "$mainMod, H, hy3:movefocus, l" - "$mainMod, J, hy3:movefocus, d" - "$mainMod, K, hy3:movefocus, u" - "$mainMod, L, hy3:movefocus, r" + "$mainMod, H, movefocus, l" + "$mainMod, J, movefocus, d" + "$mainMod, K, movefocus, u" + "$mainMod, L, movefocus, r" ]; # Media controls