diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-12-07 17:43:59 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-12-07 17:43:59 +0530 |
| commit | 6cdd44c09685f15b66bf247801a7d5fbc0f2d0f3 (patch) | |
| tree | 84836cbd70cd5f49524df31aca06830afd5d86bc /hypr | |
| parent | 2229c1fc74282faec1a1f40e769fdcfea971f427 (diff) | |
updated to 25.11, reduced workspaces from 9 to 5, readded ollama
Diffstat (limited to 'hypr')
| -rw-r--r-- | hypr/hyprland/input.conf | 5 | ||||
| -rw-r--r-- | hypr/hyprland/keybinds.conf | 6 |
2 files changed, 1 insertions, 10 deletions
diff --git a/hypr/hyprland/input.conf b/hypr/hyprland/input.conf index 3f26fae..96214ff 100644 --- a/hypr/hyprland/input.conf +++ b/hypr/hyprland/input.conf @@ -16,11 +16,6 @@ input { } } -# https://wiki.hyprland.org/Configuring/Variables/#gestures -gestures { - workspace_swipe = false -} - # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more device { diff --git a/hypr/hyprland/keybinds.conf b/hypr/hyprland/keybinds.conf index e7f60d4..af743a2 100644 --- a/hypr/hyprland/keybinds.conf +++ b/hypr/hyprland/keybinds.conf @@ -20,16 +20,12 @@ bind = $mainMod, right, movefocus, r bind = $mainMod, up, movefocus, u bind = $mainMod, down, movefocus, d -# Switch workspaces with mainMod + [0-9] +# Switch workspaces with mainMod + [0-5] bind = $mainMod, 1, workspace, 1 bind = $mainMod, 2, workspace, 2 bind = $mainMod, 3, workspace, 3 bind = $mainMod, 4, workspace, 4 bind = $mainMod, 5, workspace, 5 -bind = $mainMod, 6, workspace, 6 -bind = $mainMod, 7, workspace, 7 -bind = $mainMod, 8, workspace, 8 -bind = $mainMod, 9, workspace, 9 # Move active window to a workspace with mainMod + SHIFT + [0-9] bind = $mainMod SHIFT, 1, movetoworkspace, 1 |
