This commit is contained in:
2026-05-28 01:31:30 -04:00
commit 88a4ce1e05
49 changed files with 1391 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
#source = hyprgrass.conf
#source = hyprexpo.conf
+18
View File
@@ -0,0 +1,18 @@
plugin {
hyprexpo {
columns = 2
gap_size = 5
bg_col = rgb(1e1e2e)
workspace_method = center current # [center/first] [workspace] e.g. first 1 or center m+1
gesture_distance = 300 # how far is the "max" for the gesture
}
}
hyprexpo-gesture = 3, vertical, expo
#gesture = 3, up, dispatcher, hyprexpo:expo, on
#gesture = 3, down, dispatcher, hyprexpo:expo, off
bind = $mainMod, F3, hyprexpo:expo, toggle
bind = $mainMod CTRL, RETURN, hyprexpo:expo, select
+39
View File
@@ -0,0 +1,39 @@
plugin {
touch_gestures {
# The default sensitivity is probably too low on tablet screens,
# I recommend turning it up to 4.0
sensitivity = 4.0
# must be >= 3
workspace_swipe_fingers = 3
# switching workspaces by swiping from an edge, this is separate from workspace_swipe_fingers
# and can be used at the same time
# possible values: l, r, u, or d
# to disable it set it to anything else
workspace_swipe_edge = x
# in milliseconds
long_press_delay = 400
# resize windows by long-pressing on window borders and gaps.
# If general:resize_on_border is enabled, general:extend_border_grab_area is used for floating
# windows
resize_on_border_long_press = true
# in pixels, the distance from the edge that is considered an edge
edge_margin = 40
# emulates touchpad swipes when swiping in a direction that does not trigger workspace swipe.
# ONLY triggers when finger count is equal to workspace_swipe_fingers
#
# might be removed in the future in favor of event hooks
emulate_touchpad_swipe = true
experimental {
# send proper cancel events to windows instead of hacky touch_up events,
# NOT recommended as it crashed a few times, once it's stabilized I'll make it the default
send_cancel = 0
}
}
}