mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-08 04:25:59 +01:00
19 lines
333 B
Markdown
19 lines
333 B
Markdown
|
# 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
|
||
|
enable_gesture = true # laptop touchpad, 4 fingers
|
||
|
}
|
||
|
}
|
||
|
|
||
|
```
|