mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-02 21:30:39 -04:00
Add files via upload
This commit is contained in:
parent
5b367f436a
commit
2c60f0bdf2
4 changed files with 18 additions and 5 deletions
|
@ -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.
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue