diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-01-10 20:45:19 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-01-10 20:45:19 +0300 |
commit | 63795b4bcbb72711e2f97f5f7390886b208e7f52 (patch) | |
tree | 5bdbcaad183abeada04a0dfc7cf9ed0a4006506a /dotfiles/.config | |
parent | f0bcbb32f618febbd3340d5316579d496b04703e (diff) | |
download | swayrice-63795b4bcbb72711e2f97f5f7390886b208e7f52.tar.gz swayrice-63795b4bcbb72711e2f97f5f7390886b208e7f52.zip |
niri: hide notifications from screencasts
Diffstat (limited to 'dotfiles/.config')
-rw-r--r-- | dotfiles/.config/niri/config.kdl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dotfiles/.config/niri/config.kdl b/dotfiles/.config/niri/config.kdl index fd7b073..ec4fd69 100644 --- a/dotfiles/.config/niri/config.kdl +++ b/dotfiles/.config/niri/config.kdl @@ -259,6 +259,12 @@ animations { // Find more information on the wiki: // https://github.com/YaLTeR/niri/wiki/Configuration:-Window-Rules +layer-rule { + match namespace="^notifications$" + + block-out-from "screencast" +} + // Work around WezTerm's initial configure bug // by setting an empty default-column-width. window-rule { |