Add plugin conf for hyprexpo

This commit is contained in:
Salt 2025-02-04 21:59:30 -06:00
parent 80027dc5bf
commit 0a64734884

@ -0,0 +1,17 @@
# vim: set ft=config:
# https://github.com/hyprwm/hyprland-plugins/tree/main/hyprexpo
bind = ALT, grave, hyprexpo:expo, toggle
plugin {
hyprexpo {
columns = 3
gap_size = 8
bg_col = rgb(282828)
workspace_method = first 1
enable_gesture = true
gesture_fingers = 3
gesture_distance = 300
gesture_positive = true # positive=swipe down, negative=swipe up
}
}