switch hyprland keybinds to fit colemak dh better
This commit is contained in:
parent
3a303b1109
commit
0fee1de73e
1 changed files with 5 additions and 5 deletions
|
@ -370,7 +370,7 @@ in {
|
||||||
# TODO implement touchpad toggle some day maybe
|
# TODO implement touchpad toggle some day maybe
|
||||||
", XF86TouchpadToggle, exec, "
|
", XF86TouchpadToggle, exec, "
|
||||||
"${mod}, T, exec, ${grim} -g \"$(${slurp})\" -t ppm - | ${tesseract} -l pol - - | ${wl-copy} && ${notify-send} \"Copied text: \" \"\\\"$(${wl-paste})\\\"\""
|
"${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"
|
"${mod}, G, togglegroup"
|
||||||
# this sometimes fixes the portal
|
# this sometimes fixes the portal
|
||||||
"${mod} CONTROL, K, exec, ${systemctl} --user restart xdg-desktop-portal-hyprland"
|
"${mod} CONTROL, K, exec, ${systemctl} --user restart xdg-desktop-portal-hyprland"
|
||||||
|
@ -397,11 +397,11 @@ in {
|
||||||
# repeat
|
# repeat
|
||||||
binde = [
|
binde = [
|
||||||
# window focus
|
# window focus
|
||||||
"${mod}, J, movefocus, d"
|
"${mod}, K, movefocus, d"
|
||||||
"${mod}, K, movefocus, u"
|
"${mod}, L, movefocus, u"
|
||||||
# monitor focus
|
# monitor focus
|
||||||
"${mod}, H, focusmonitor, l"
|
"${mod}, J, focusmonitor, l"
|
||||||
"${mod}, L, focusmonitor, r"
|
"${mod}, SEMICOLON, focusmonitor, r"
|
||||||
|
|
||||||
# keyboard brightness
|
# keyboard brightness
|
||||||
(mkIf config.services.asusd.enable ", XF86KbdBrightnessUp, exec, ${asusctl} -n")
|
(mkIf config.services.asusd.enable ", XF86KbdBrightnessUp, exec, ${asusctl} -n")
|
||||||
|
|
Loading…
Reference in a new issue