mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-18 20:08:37 +01: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 {
|
||||
rounding = 0
|
||||
blur = no
|
||||
blur = yes
|
||||
blur_size = 3
|
||||
blur_passes = 1
|
||||
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
|
||||
|
||||
# TODO: Use 0 to show windows in all workspaces
|
||||
layerrule = blur,panel
|
||||
layerrule = blur,rofi
|
||||
|
||||
# Scroll through existing workspaces with super + scroll
|
||||
bind = SUPER, mouse_down, workspace, e+1
|
||||
|
Loading…
Reference in New Issue
Block a user