From 0a64734884bfab88627be9cd3f9dd76eeb8c5689 Mon Sep 17 00:00:00 2001
From: Jacob Babor <jacob@babor.tech>
Date: Tue, 4 Feb 2025 21:59:30 -0600
Subject: [PATCH] Add plugin conf for hyprexpo

---
 .../hypr/contrib/20-plugin-hyprexpo.conf        | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 hyprland/.config/hypr/contrib/20-plugin-hyprexpo.conf

diff --git a/hyprland/.config/hypr/contrib/20-plugin-hyprexpo.conf b/hyprland/.config/hypr/contrib/20-plugin-hyprexpo.conf
new file mode 100644
index 00000000..f2127c65
--- /dev/null
+++ b/hyprland/.config/hypr/contrib/20-plugin-hyprexpo.conf
@@ -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
+	}
+}