From 13f6e8f195572bcee224b85aa7feaea517fdd00e Mon Sep 17 00:00:00 2001 From: MrAkells Date: Fri, 6 Feb 2026 20:38:01 +0200 Subject: [PATCH] update niri config --- .config/niri/config.kdl | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/.config/niri/config.kdl b/.config/niri/config.kdl index aec0561..0e3ad01 100644 --- a/.config/niri/config.kdl +++ b/.config/niri/config.kdl @@ -193,7 +193,7 @@ layout { // You can enable drop shadows for windows. shadow { // Uncomment the next line to enable shadows. - // on + on // By default, the shadow draws only around its window, and not behind it. // Uncomment this setting to make the shadow draw behind its window. @@ -263,10 +263,8 @@ hotkey-overlay { // After enabling or disabling this, you need to restart the apps for this to take effect. prefer-no-csd -// You can change the path where screenshots are saved. -// A ~ at the front will be expanded to the home directory. -// The path is formatted with strftime(3) to give you the screenshot date and time. -screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png" +// Disable saving screenshots to disk +screenshot-path null // You can also set this to null to disable saving screenshots to disk. // screenshot-path null @@ -289,11 +287,8 @@ animations { // Work around WezTerm's initial configure bug // by setting an empty default-column-width. window-rule { - // This regular expression is intentionally made as specific as possible, - // since this is the default config, and we want no false positives. - // You can get away with just app-id="wezterm" if you want. - match app-id=r#"^org\.wezfurlong\.wezterm$"# - default-column-width {} + match app-id=r#"org.telegram.desktop$"# + default-column-width { proportion 0.33333; } } // Open the Firefox picture-in-picture player as floating by default. @@ -317,6 +312,15 @@ window-rule { // block-out-from "screencast" } +layer-rule { + match namespace="^noctalia-bar-content-.*$" + match at-startup=true + + shadow { + on + } +} + // Example: enable rounded corners for all windows. // (This example rule is commented out with a "/-" in front.) window-rule {