mirror of
https://github.com/celesrenata/end-4-flakes.git
synced 2026-06-22 00:40:01 -05:00
update for hyprland 0.51+
This commit is contained in:
@@ -78,17 +78,9 @@ in
|
|||||||
${concatMapStringsSep "\n" (monitor: "monitor=${monitor}") cfg.monitors}
|
${concatMapStringsSep "\n" (monitor: "monitor=${monitor}") cfg.monitors}
|
||||||
''}
|
''}
|
||||||
|
|
||||||
# Gestures
|
# Gestures (Hyprland 0.51+ syntax)
|
||||||
gestures {
|
gestures {
|
||||||
workspace_swipe = ${boolToString cfg.gestures.workspaceSwipe}
|
gesture = 3, horizontal, workspace
|
||||||
workspace_swipe_distance = 700
|
|
||||||
workspace_swipe_fingers = 3
|
|
||||||
workspace_swipe_min_fingers = true
|
|
||||||
workspace_swipe_cancel_ratio = 0.2
|
|
||||||
workspace_swipe_min_speed_to_force = 5
|
|
||||||
workspace_swipe_direction_lock = true
|
|
||||||
workspace_swipe_direction_lock_threshold = 10
|
|
||||||
workspace_swipe_create_new = true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
general {
|
general {
|
||||||
|
|||||||
Reference in New Issue
Block a user