mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-08 12:35:59 +01:00
25 lines
No EOL
580 B
Markdown
25 lines
No EOL
580 B
Markdown
# hyprexpo
|
|
|
|
Overview plugin like gnome kde or wf.
|
|
|
|
## Config
|
|
|
|
```ini
|
|
|
|
bind = SUPER, grave, hyprexpo:expo, toggle # can be: toggle, off/disable or on/enable
|
|
|
|
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
|
|
|
|
enable_gesture = true # laptop touchpad
|
|
gesture_fingers = 3 # 3 or 4
|
|
gesture_distance = 300 # how far is the "max"
|
|
gesture_positive = true # positive = swipe down. Negative = swipe up.
|
|
}
|
|
}
|
|
|
|
``` |