diff options
Diffstat (limited to 'hyprland/20-binds.conf')
| -rw-r--r-- | hyprland/20-binds.conf | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/hyprland/20-binds.conf b/hyprland/20-binds.conf index 2cfb616..7bfd741 100644 --- a/hyprland/20-binds.conf +++ b/hyprland/20-binds.conf @@ -64,6 +64,14 @@ bind = $mod SHIFT, 8, movetoworkspace, 8 bind = $mod SHIFT, 9, movetoworkspace, 9 bind = $mod SHIFT, 0, movetoworkspace, 10 +# Move workspaces to monitor +# ----------------------------------------------------------- +# Modifier Key Dispatcher Value +bind = $mod CTRL, h , movecurrentworkspacetomonitor, l +bind = $mod CTRL, l , movecurrentworkspacetomonitor, r +bind = $mod CTRL, left , movecurrentworkspacetomonitor, l +bind = $mod CTRL, right, movecurrentworkspacetomonitor, r + # Move/resize windows # --------------------------------------------------------- @@ -115,8 +123,8 @@ binde = , XF86MonBrightnessUp, exec, brightnessctl set +5 && $br # Zoom # --------------------------------------------------------- # Modifier Key Dispatcher Value -bind = $mod, mouse_up, exec, $zoom i -bind = $mod, mouse_down, exec, $zoom d +bind = $mod, mouse_up, exec, $zoom i +bind = $mod, mouse_down, exec, $zoom d binde = $mod, grave, exec, $zoom i binde = $mod, Escape, exec, $zoom d |
