actually now they fit better
excuse my brain damage
This commit is contained in:
parent
0fee1de73e
commit
80b3317804
1 changed files with 5 additions and 5 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue