actually now they fit better

excuse my brain damage
This commit is contained in:
jacekpoz 2024-10-10 17:58:42 +02:00
parent 0fee1de73e
commit 80b3317804
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -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")