hypr(env,scripts,autostart, hyprlock): add new notification system, add media to hyprlock, organize scripts, add xdg env vars, use less blur size

This commit is contained in:
retrozinndev
2025-01-07 16:46:46 -03:00
parent c505ecf4cf
commit 89ec22cb48
11 changed files with 167 additions and 48 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ $lockscreen = hyprlock
$screenshotDir = $HOME/Screenshots
$screenshotFull = hyprshot -m output -o $screenshotDir
$screenshotSelect = hyprshot -m region -o $screenshotDir
$media = spotify-launcher
$media = amberol
# Main binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
@@ -28,7 +28,7 @@ bind = $mainMod, N, exec, sh $HOME/.config/eww/scripts/eww-window.sh toggle cont
bind = $mainMod, L, exec, $lockscreen
bind = $mainMod, F11, fullscreen
# Media keys
# XF86 keys
bind = , XF86AudioMedia, exec, $media
bind = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- # Decrease volume
bind = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ # Increase volume