mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-06-22 05:31:16 +02:00
niri update
This commit is contained in:
parent
040ad93106
commit
b85f0a45d6
4 changed files with 84 additions and 31 deletions
|
|
@ -1,3 +1,5 @@
|
|||
prefer-no-csd
|
||||
|
||||
cursor {
|
||||
xcursor-theme "phinger-cursors-dark"
|
||||
xcursor-size 32
|
||||
|
|
@ -80,3 +82,35 @@ layer-rule {
|
|||
}
|
||||
baba-is-float true
|
||||
}
|
||||
|
||||
layer-rule {
|
||||
match namespace="^launcher$"
|
||||
background-effect {
|
||||
blur true
|
||||
xray false
|
||||
}
|
||||
opacity 0.8
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match is-floating=true
|
||||
draw-border-with-background false
|
||||
background-effect {
|
||||
blur true
|
||||
xray false
|
||||
}
|
||||
opacity 0.85
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match app-id="cool-retro-term."
|
||||
open-floating true
|
||||
opacity 1.0
|
||||
}
|
||||
|
||||
blur {
|
||||
passes 3
|
||||
offset 4
|
||||
noise 0.05
|
||||
saturation 2
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue