hyprland-plugins/hyprexpo
Leonel Cortés 98cb18c6fc
hyprexpo: fix hardcoded distance value (#194)
2024-06-30 23:53:43 +02:00
..
CMakeLists.txt treewide: add CMake files 2024-05-05 16:36:13 +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 option for gesture fingers (#174) 2024-05-30 19:58:40 +02:00
default.nix treewide: add CMake files 2024-05-05 16:36:13 +03:00
globals.hpp hyprexpo: add 2024-04-03 19:14:38 +01:00
main.cpp hyprexpo: fix hardcoded distance value (#194) 2024-06-30 23:53:43 +02: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 hyprexpo: chase hyprland 2024-06-23 21:46:19 +03:00
overview.hpp all: chase hyprland 2024-05-08 13:48:33 +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
        gesture_fingers = 3  # 3 or 4
        gesture_distance = 300 # how far is the "max"
        gesture_positive = true # positive = swipe down. Negative = swipe up.
    }
}