diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-12-25 13:26:37 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-12-25 13:26:37 +0000 |
| commit | f4c682dc6bdeebe9f0c6a20deb7092cf893791a1 (patch) | |
| tree | 95c74ae69b4d49ee808b23baf4f90a44472dad8c /hyprland/20-binds.conf | |
| parent | 3e7f5b25dbdba42fd42bb34e89d61f9c4e844b24 (diff) | |
Hyprland changes
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 |
