diff options
Diffstat (limited to 'dotfiles/.config/niri')
| -rw-r--r-- | dotfiles/.config/niri/config.kdl | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/dotfiles/.config/niri/config.kdl b/dotfiles/.config/niri/config.kdl index c55563f..a2707ab 100644 --- a/dotfiles/.config/niri/config.kdl +++ b/dotfiles/.config/niri/config.kdl @@ -287,6 +287,17 @@ layer-rule { shadow { on; } } +layer-rule { + match layer="top" + match layer="overlay" + match namespace="notifications" + match namespace="rofi" + + background-effect { + xray false + } +} + // Work around WezTerm's initial configure bug // by setting an empty default-column-width. window-rule { @@ -306,11 +317,16 @@ window-rule { } window-rule { - match app-id="Alacritty" + match app-id=r#"^[aA]+lacritty"# match app-id="Mattermost" match app-id="org.telegram.desktop" default-column-width { fixed 770; } + + background-effect { + blur true + xray false + } } window-rule { |
