Skip to content

Commit 20ff836

Browse files
committed
fix: Fix gesture configuration error
1 parent 5b8a47c commit 20ff836

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Configs/.local/share/hypr/defaults.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ input {
5353

5454
gestures {
5555
#See https://wiki.hyprland.org/Configuring/Variables/#gestures
56-
workspace_swipe = true
56+
gesture = 3, right, workspace, +1
57+
gesture = 3, left, workspace, -1
5758
}
5859

5960

0 commit comments

Comments
 (0)