From 045c4892221994bb96aeaf32184a4d4382fe0bfb Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 7 Apr 2024 13:48:19 -0400 Subject: [PATCH] hyprland: Fix hycov interfering with cycleprev/next --- home/hyprland.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index 17accfeb..09515167 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -256,10 +256,10 @@ in "${super}_SHIFT, 2, exec, hyprnome --move" "${super}, Tab, hycov:toggleoverview" - "${super}, H, hycov:movefocus,l" - "${super}, L, hycov:movefocus,r" - "${super}, K, hycov:movefocus,u" - "${super}, J, hycov:movefocus,d" + "${super}, Left, hycov:movefocus,l" + "${super}, Right, hycov:movefocus,r" + "${super}, Up, hycov:movefocus,u" + "${super}, Down, hycov:movefocus,d" "${super}, mouse_down, workspace, e+1" "${super}, mouse_up, workspace, e-1"