hyprland-plugins/hyprexpo
Mihai Fufezan 9b7c0a2213
treewide: add CMake files
- Nix: switch everything to CMake
- simplify overlay
2024-05-05 16:35:51 +03:00
..
CMakeLists.txt treewide: add CMake files 2024-05-05 16:35:51 +03:00
Makefile treewide: update pkgconfig flags to include irregular locations of headers on distros like openSUSE (#150) 2024-04-20 13:05:44 +03:00
README.md expo: add dispatcher to docs 2024-04-03 21:12:24 +01:00
default.nix treewide: add CMake files 2024-05-05 16:35:51 +03:00
globals.hpp hyprexpo: add 2024-04-03 19:14:38 +01:00
main.cpp all: chase hyprland 2024-04-22 15:57:22 +01:00
meson.build treewide: update pkgconfig flags to include irregular locations of headers on distros like openSUSE (#150) 2024-04-20 13:05:44 +03:00
overview.cpp all: chase hyprland 2024-04-22 15:57:22 +01:00
overview.hpp all: chase hyprland 2024-04-22 15:57:22 +01:00

README.md

hyprexpo

Overview plugin like gnome kde or wf.

Config


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, 4 fingers
        gesture_distance = 300 # how far is the "max"
        gesture_positive = true # positive = swipe down. Negative = swipe up.
    }
}