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 =
[
"$mod, F, exec, firefox"
@ -142,6 +148,7 @@ in
"$mod, E, exec, hyprctl dispatch exit"
"$mod, r, exec, rofi -show run"
"$mod, code:51, exec, 1password" # super + \
"$mod, W, togglefloating,"
",XF86MonBrightnessDown, exec, brightnessctl s 5%-"
",XF86MonBrightnessUp, exec, brightnessctl s +5%"
]

Loading…
Cancel
Save

Powered by TurnKey Linux.