mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-14 05:37:32 +02:00
hyprland: Use blur
Blur now makes sense since rofi and yambar are possible to blur as well.
This commit is contained in:
parent
f9efa2a364
commit
d4a4438852
@ -53,7 +53,7 @@ general {
|
|||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 0
|
rounding = 0
|
||||||
blur = no
|
blur = yes
|
||||||
blur_size = 3
|
blur_size = 3
|
||||||
blur_passes = 1
|
blur_passes = 1
|
||||||
blur_new_optimizations = yes
|
blur_new_optimizations = yes
|
||||||
@ -189,6 +189,8 @@ bind = SUPER_CTRL, 9, exec, ~/.config/hypr/tags.sh 9
|
|||||||
bind = SUPER_CTRL, 0, exec, ~/.config/hypr/tags.sh 10
|
bind = SUPER_CTRL, 0, exec, ~/.config/hypr/tags.sh 10
|
||||||
|
|
||||||
# TODO: Use 0 to show windows in all workspaces
|
# TODO: Use 0 to show windows in all workspaces
|
||||||
|
layerrule = blur,panel
|
||||||
|
layerrule = blur,rofi
|
||||||
|
|
||||||
# Scroll through existing workspaces with super + scroll
|
# Scroll through existing workspaces with super + scroll
|
||||||
bind = SUPER, mouse_down, workspace, e+1
|
bind = SUPER, mouse_down, workspace, e+1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user