hyprland-plugins/hyprexpo/README.md

22 lines
466 B
Markdown
Raw Normal View History

2024-04-03 20:14:34 +02:00
# hyprexpo
Overview plugin like gnome kde or wf.
## Config
```ini
plugin {
hyprexpo {
columns = 3
gap_size = 5
bg_col = rgb(111111)
workspace_method = center current # [center/first] [workspace] e.g. first 1 or center m+1
2024-04-03 22:11:05 +02:00
2024-04-03 20:14:34 +02:00
enable_gesture = true # laptop touchpad, 4 fingers
2024-04-03 22:11:05 +02:00
gesture_distance = 300 # how far is the "max"
gesture_positive = true # positive = swipe down. Negative = swipe up.
2024-04-03 20:14:34 +02:00
}
}
```