mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:43:55 -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
|
dim_special = 0.5
|
||||||
|
|
||||||
layerrule = blur, waybar
|
layerrule = blur, waybar
|
||||||
layerrule = blur,fuzzel
|
layerrule = ignorezero, waybar
|
||||||
layerrule = blur,mako
|
|
||||||
|
layerrule = blur, launcher
|
||||||
|
|
||||||
|
layerrule = blur, notifications
|
||||||
|
layerrule = ignorezero, notifications
|
||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
|
@ -246,7 +250,7 @@ bind = , xf86launch4, exec, pp-adjuster
|
||||||
bind = , xf86launch2, exec, playerctl play-pause
|
bind = , xf86launch2, exec, playerctl play-pause
|
||||||
|
|
||||||
# Screenshot with hyprshot.
|
# Screenshot with hyprshot.
|
||||||
bind = , PRINT, exec, hyprshot -m output --clipboard-only
|
bind = , PRINT, exec, hyprshot -m output -o ~/Pictures/Screenshots
|
||||||
|
|
||||||
# Show/hide waybar.
|
# Show/hide waybar.
|
||||||
bind = $mainMod, F11, exec, pkill -SIGUSR1 waybar
|
bind = $mainMod, F11, exec, pkill -SIGUSR1 waybar
|
Loading…
Reference in a new issue