diff options
author | Adrian Kummerlaender | 2025-07-30 18:35:38 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2025-07-30 18:35:38 +0200 |
commit | 8dd66b24529bee690b54ad2faf9210467d96a242 (patch) | |
tree | 8e89360274ac638197afe6c5855133dd85e188c3 | |
parent | 7e178bebb03b5874f115b911c99e5bf7d50d1a21 (diff) | |
download | nixos_home-8dd66b24529bee690b54ad2faf9210467d96a242.tar nixos_home-8dd66b24529bee690b54ad2faf9210467d96a242.tar.gz nixos_home-8dd66b24529bee690b54ad2faf9210467d96a242.tar.bz2 nixos_home-8dd66b24529bee690b54ad2faf9210467d96a242.tar.lz nixos_home-8dd66b24529bee690b54ad2faf9210467d96a242.tar.xz nixos_home-8dd66b24529bee690b54ad2faf9210467d96a242.tar.zst nixos_home-8dd66b24529bee690b54ad2faf9210467d96a242.zip |
niri: Tweak config
-rw-r--r-- | gui/conf/niri.kdl | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/gui/conf/niri.kdl b/gui/conf/niri.kdl index 5939e48..7499ab6 100644 --- a/gui/conf/niri.kdl +++ b/gui/conf/niri.kdl @@ -45,7 +45,7 @@ input { } layout { - gaps 8 + gaps 16 always-center-single-column @@ -69,8 +69,20 @@ layout { active-color "#909636" inactive-color "#161616" } - - background-color "#161616" + struts { + left 16 + right 16 + } + + shadow { + on + softness 20 + spread 5 + offset x=0 y=5 + color "#000" + } + + background-color "#666" } screenshot-path "~/university/screenshots/%Y-%m-%d_%H-%M.png" @@ -84,6 +96,11 @@ window-rule { open-floating true } +window-rule { + match app-id=r#"ParaView"# title="^Open File.*" + open-floating true +} + // Example: block out two password managers from screen capture. // (This example rule is commented out with a "/-" in front.) /-window-rule { |