hyprexpo - 5

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-04-11 15:28:12 +02:00
parent b070616b6b
commit 6902baa056

View File

@@ -809,12 +809,12 @@ in
plugin { plugin {
hyprexpo { hyprexpo {
columns = 3 columns = 5
gap_size = ${builtins.toString gap-size} gap_size = ${builtins.toString gap-size}
bg_col = rgb(${rice.color.background}) bg_col = rgb(${rice.color.background})
workspace_method = [10] # [center/first] [workspace] e.g. first 1 or center m+1 workspace_method = first 10 # [center/first] [workspace] e.g. first 1 or center m+1
enable_gesture = true # laptop touchpad, 4 fingers enable_gesture = false # laptop touchpad, 4 fingers
gesture_distance = 300 # how far is the "max" gesture_distance = 300 # how far is the "max"
gesture_positive = true # positive = swipe down. Negative = swipe up. gesture_positive = true # positive = swipe down. Negative = swipe up.
} }