aboutsummaryrefslogtreecommitdiff
path: root/hypr/hyprland
diff options
context:
space:
mode:
Diffstat (limited to 'hypr/hyprland')
-rw-r--r--hypr/hyprland/input.conf5
-rw-r--r--hypr/hyprland/keybinds.conf6
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