mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 05:53:56 -05:00
home/hyprland: added improved blur for waybar, fuzzel, and mako
This commit is contained in:
parent
933e33124d
commit
cc68cec537
|
@ -101,8 +101,12 @@ decoration {
|
|||
dim_special = 0.5
|
||||
|
||||
layerrule = blur, waybar
|
||||
layerrule = blur,fuzzel
|
||||
layerrule = blur,mako
|
||||
layerrule = ignorezero, waybar
|
||||
|
||||
layerrule = blur, launcher
|
||||
|
||||
layerrule = blur, notifications
|
||||
layerrule = ignorezero, notifications
|
||||
}
|
||||
|
||||
animations {
|
||||
|
@ -246,7 +250,7 @@ bind = , xf86launch4, exec, pp-adjuster
|
|||
bind = , xf86launch2, exec, playerctl play-pause
|
||||
|
||||
# Screenshot with hyprshot.
|
||||
bind = , PRINT, exec, hyprshot -m output --clipboard-only
|
||||
bind = , PRINT, exec, hyprshot -m output -o ~/Pictures/Screenshots
|
||||
|
||||
# Show/hide waybar.
|
||||
bind = $mainMod, F11, exec, pkill -SIGUSR1 waybar
|
Loading…
Reference in a new issue