From 63795b4bcbb72711e2f97f5f7390886b208e7f52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Fri, 10 Jan 2025 20:45:19 +0300 Subject: niri: hide notifications from screencasts --- dotfiles/.config/niri/config.kdl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dotfiles/.config') 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 { -- cgit v1.2.3