diff --git a/modules/gui/hypr/land.nix b/modules/gui/hypr/land.nix index 9affcf1..7d75bf9 100644 --- a/modules/gui/hypr/land.nix +++ b/modules/gui/hypr/land.nix @@ -370,7 +370,7 @@ in { # TODO implement touchpad toggle some day maybe ", XF86TouchpadToggle, exec, " "${mod}, T, exec, ${grim} -g \"$(${slurp})\" -t ppm - | ${tesseract} -l pol - - | ${wl-copy} && ${notify-send} \"Copied text: \" \"\\\"$(${wl-paste})\\\"\"" - "${mod}, SEMICOLON, exec, quickshell -c powermenu" + "${mod} SHIFT, SEMICOLON, exec, quickshell -c powermenu" "${mod}, G, togglegroup" # this sometimes fixes the portal "${mod} CONTROL, K, exec, ${systemctl} --user restart xdg-desktop-portal-hyprland" @@ -397,11 +397,11 @@ in { # repeat binde = [ # window focus - "${mod}, J, movefocus, d" - "${mod}, K, movefocus, u" + "${mod}, K, movefocus, d" + "${mod}, L, movefocus, u" # monitor focus - "${mod}, H, focusmonitor, l" - "${mod}, L, focusmonitor, r" + "${mod}, J, focusmonitor, l" + "${mod}, SEMICOLON, focusmonitor, r" # keyboard brightness (mkIf config.services.asusd.enable ", XF86KbdBrightnessUp, exec, ${asusctl} -n")