diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-20 15:02:04 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-20 15:02:04 +0530 |
| commit | 5375fbe53d7b4a68f0dcfcd65a109967a7981887 (patch) | |
| tree | eeefb8e5d1bf3bbe2cc47973500da00e3372967d /common/modules | |
| parent | 1d969e958c91a45b9cb23323b47e4c6eb0a75ca1 (diff) | |
disable xray for noctalia layers
Diffstat (limited to 'common/modules')
| -rw-r--r-- | common/modules/window_managers/niri/default.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/common/modules/window_managers/niri/default.nix b/common/modules/window_managers/niri/default.nix index 844cb98..d3c1ced 100644 --- a/common/modules/window_managers/niri/default.nix +++ b/common/modules/window_managers/niri/default.nix @@ -215,6 +215,15 @@ in } } + layer-rule { + match namespace="noctalia" layer="top" + match namespace="noctalia" layer="overlay" + + background-effect { + xray false + } + } + ${lib.optionalString (scripts.defaultTerm == "foot") '' spawn-sh-at-startup "foot --server" ''} |
