mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
update: modules/hypr/hyprland.nix
This commit is contained in:
@@ -296,8 +296,10 @@ in
|
||||
binde = [
|
||||
"$mainMod alt, equal, exec, hyprctl -q keyword cursor:zoom_factor $(hyprctl getoption cursor:zoom_factor | awk '/^float.*/ {print $2 * 1.1}')"
|
||||
"$mainMod alt, minus, exec, hyprctl -q keyword cursor:zoom_factor $(hyprctl getoption cursor:zoom_factor | awk '/^float.*/ {print $2 * 0.9}')"
|
||||
"$mainMod L_SHIFT, l, layoutmsg, colresize, 10"
|
||||
"$mainMod L_SHIFT, h,layoutmsg, colresize, -10"
|
||||
"$mainMod L_SHIFT, l, colresize, 10 0"
|
||||
"$mainMod L_SHIFT, h, colresize, -10 0"
|
||||
"$mainMod L_SHIFT, k, colresize, 0 -10"
|
||||
"$mainMod L_SHIFT, j, colresize, 0 10"
|
||||
];
|
||||
|
||||
bindel = [
|
||||
|
||||
Reference in New Issue
Block a user