hypr: allow window manipulation with mouse

current_state
Christian Ott 2 years ago
parent 4a0a95ea22
commit 9263b0c709
  1. 7
      hyperland/default.nix

@ -132,6 +132,12 @@ in
]; ];
bindm = [
"$mod, mouse:272, movewindow"
"$mod, mouse:273, resizewindow"
];
bind = bind =
[ [
"$mod, F, exec, firefox" "$mod, F, exec, firefox"
@ -142,6 +148,7 @@ in
"$mod, E, exec, hyprctl dispatch exit" "$mod, E, exec, hyprctl dispatch exit"
"$mod, r, exec, rofi -show run" "$mod, r, exec, rofi -show run"
"$mod, code:51, exec, 1password" # super + \ "$mod, code:51, exec, 1password" # super + \
"$mod, W, togglefloating,"
",XF86MonBrightnessDown, exec, brightnessctl s 5%-" ",XF86MonBrightnessDown, exec, brightnessctl s 5%-"
",XF86MonBrightnessUp, exec, brightnessctl s +5%" ",XF86MonBrightnessUp, exec, brightnessctl s +5%"
] ]

Loading…
Cancel
Save

Powered by TurnKey Linux.