added Hyprland config

This commit is contained in:
2026-06-14 01:56:03 +02:00
parent 803c4d8ef8
commit 0daeac8770
15 changed files with 1292 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
hl.plugin("hyprexpo", function()
columns = 3,
gap_size = 2,
bg_col = "rgb(1e1e2e)",
skip_empty = true,
workspace_method = "first",
-- [center/first] [workspace] e.g. first 1 or center m+1 // center/current
-- enable_gesture = true # laptop touchpad
-- gesture_distance = 300 # how far is the "max" for the gesture
-- gesture_positive = true # positive = swipe down. Negative = swipe up.
end)