feat(modules/hyprland): add mouse resizing bind
This commit is contained in:
parent
5f9f8dc110
commit
62d3c501ae
1 changed files with 3 additions and 0 deletions
|
@ -144,10 +144,13 @@ in
|
|||
"SUPER, 8, exec, ${pkgs.playerctl}/bin/playerctl play-pause"
|
||||
"SUPER, 9, exec, ${pkgs.playerctl}/bin/playerctl next"
|
||||
"SUPER, 0, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%-"
|
||||
"$meh, mouse_up, resizeactive, 10% 10%"
|
||||
"$meh, mouse_down, resizeactive, -10% -10%"
|
||||
];
|
||||
|
||||
bindm = [
|
||||
"$meh, mouse:272, movewindow"
|
||||
"$meh, mouse:273, resizewindow"
|
||||
];
|
||||
|
||||
input = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue