Add files via upload

This commit is contained in:
Dante 2024-04-06 00:13:35 -04:00 committed by GitHub
parent 5b367f436a
commit 2c60f0bdf2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 18 additions and 5 deletions

View file

@ -46,7 +46,7 @@ $discord = discord --enable-features=UseOzonePlatform --ozone-platform=wayland
# Some default env vars.
env = XCURSOR_SIZE,24
env = XCURSOR_THEME,Bibata-Modern-Ice
env = XCURSOR_THEME,Oxygen-35-Black-Ghost
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
env = LIBVA_DRIVER_NAME,nvidia
env = XDG_SESSION_TYPE,wayland
@ -106,6 +106,18 @@ plugin {
hyprtrails {
color = $color5
}
hyprexpo {
columns = 3
gap_size = 20
bg_col = $color3
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.
}
}