mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-03 05:40:38 -04:00
Add files via upload
This commit is contained in:
parent
5b367f436a
commit
2c60f0bdf2
4 changed files with 18 additions and 5 deletions
|
@ -31,6 +31,7 @@ decoration {
|
||||||
vibrancy = 0.50
|
vibrancy = 0.50
|
||||||
vibrancy_darkness = 0.50
|
vibrancy_darkness = 0.50
|
||||||
contrast = 1.0
|
contrast = 1.0
|
||||||
|
popups = true
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
listener {
|
listener {
|
||||||
timeout = 500 # in seconds.
|
timeout = 1000 # in seconds.
|
||||||
on-timeout = hyprlock # command to run when timeout has passed.
|
on-timeout = hyprlock # command to run when timeout has passed.
|
||||||
on-resume = notify-send "Welcome back, $USER!" # command to run when activity is detected after timeout has fired.
|
on-resume = notify-send "Welcome back, $USER!" # command to run when activity is detected after timeout has fired.
|
||||||
}
|
}
|
||||||
|
|
|
@ -46,7 +46,7 @@ $discord = discord --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||||
|
|
||||||
# Some default env vars.
|
# Some default env vars.
|
||||||
env = XCURSOR_SIZE,24
|
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 = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
|
||||||
env = LIBVA_DRIVER_NAME,nvidia
|
env = LIBVA_DRIVER_NAME,nvidia
|
||||||
env = XDG_SESSION_TYPE,wayland
|
env = XDG_SESSION_TYPE,wayland
|
||||||
|
@ -106,6 +106,18 @@ plugin {
|
||||||
hyprtrails {
|
hyprtrails {
|
||||||
color = $color5
|
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.
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -117,13 +117,13 @@ bind = $mainMod, V, exec, pkill -x rofi || $scrPath/cliphist.sh c # open Pasteb
|
||||||
bind = $mainMod, K, exec, $scrPath/keyboardswitch.sh # change keyboard layout
|
bind = $mainMod, K, exec, $scrPath/keyboardswitch.sh # change keyboard layout
|
||||||
|
|
||||||
# bind key to toggle overview (normal)
|
# bind key to toggle overview (normal)
|
||||||
bind = ALT,tab,hycov:toggleoverview,`
|
#bind = ALT,tab,hycov:toggleoverview,`
|
||||||
|
|
||||||
# bind key to toggle overview (force mode, not affected by `only_active_workspace` or `only_active_monitor`)
|
# bind key to toggle overview (force mode, not affected by `only_active_workspace` or `only_active_monitor`)
|
||||||
bind = ALT,grave,hycov:toggleoverview,forceall #grave key is the '~' key
|
#bind = ALT,grave,hycov:toggleoverview,forceall #grave key is the '~' key
|
||||||
|
|
||||||
# bind key to toggle overview (shows all windows in one monitor, not affected by `only_active_workspace` or `only_active_monitor`)
|
# bind key to toggle overview (shows all windows in one monitor, not affected by `only_active_workspace` or `only_active_monitor`)
|
||||||
bind = ALT,g,hycov:toggleoverview,forceallinone
|
bind = ALT, tab ,hyprexpo:expo, toggle on
|
||||||
|
|
||||||
# Special Keys
|
# Special Keys
|
||||||
bind = , xf86monbrightnessup, exec, brightnessctl set 10%+
|
bind = , xf86monbrightnessup, exec, brightnessctl set 10%+
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue