From 80b33178046d64a041e23789c739c7c17e137ae1 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 10 Oct 2024 17:58:42 +0200 Subject: [PATCH] actually now they fit better excuse my brain damage --- modules/gui/hypr/land.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/gui/hypr/land.nix b/modules/gui/hypr/land.nix index 7d75bf9..461ba37 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} SHIFT, SEMICOLON, exec, quickshell -c powermenu" + "${mod}, 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}, K, movefocus, d" - "${mod}, L, movefocus, u" + "${mod}, E, movefocus, d" + "${mod}, I, movefocus, u" # monitor focus - "${mod}, J, focusmonitor, l" - "${mod}, SEMICOLON, focusmonitor, r" + "${mod}, M, focusmonitor, l" + "${mod}, O, focusmonitor, r" # keyboard brightness (mkIf config.services.asusd.enable ", XF86KbdBrightnessUp, exec, ${asusctl} -n")