Files
dotfiles/hyprland/.config/hypr/contrib/20-plugin-hyprexpo.conf

18 lines
381 B
Plaintext

# vim: set ft=hyprlang:
# https://github.com/hyprwm/hyprland-plugins/tree/main/hyprexpo
bind = $mainMod, 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
}
}