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

@ -31,6 +31,7 @@ decoration {
vibrancy = 0.50
vibrancy_darkness = 0.50
contrast = 1.0
popups = true
}

View file

@ -1,5 +1,5 @@
listener {
timeout = 500 # in seconds.
timeout = 1000 # in seconds.
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.
}

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.
}
}

View file

@ -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 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 = 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 = ALT,g,hycov:toggleoverview,forceallinone
bind = ALT, tab ,hyprexpo:expo, toggle on
# Special Keys
bind = , xf86monbrightnessup, exec, brightnessctl set 10%+