diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 13:54:57 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 13:54:57 +0200 |
| commit | 05c2e85c6277fcb56732633433e18360fb25c291 (patch) | |
| tree | aa47f387ad2f77f1808a99d7f949e269e90b4a89 /home | |
| parent | eb7b8edb37ac53d7bb1cf25b698d153cda6dd6b8 (diff) | |
excluded dunst from border, ruonded corners and shadow
Diffstat (limited to 'home')
| -rw-r--r-- | home/rices/nord-blue/i3.nix | 4 | ||||
| -rw-r--r-- | home/rices/nord-blue/picom.nix | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/home/rices/nord-blue/i3.nix b/home/rices/nord-blue/i3.nix index b42f223..643430b 100644 --- a/home/rices/nord-blue/i3.nix +++ b/home/rices/nord-blue/i3.nix @@ -92,6 +92,10 @@ in { extraConfig = '' smart_borders on + + # Remove borders from notification windows + for_window [class="^Dunst$"] border none + for_window [class="^dunst$"] border none ''; }; diff --git a/home/rices/nord-blue/picom.nix b/home/rices/nord-blue/picom.nix index 06cf94a..aba6aa4 100644 --- a/home/rices/nord-blue/picom.nix +++ b/home/rices/nord-blue/picom.nix @@ -27,8 +27,11 @@ "class_g = 'i3-frame'" "window_type = 'dock'" "window_type = 'desktop'" + "window_type = 'notification'" "name = 'dmenu'" "class_g = 'dmenu'" + "class_g = 'Dunst'" + "class_g = 'dunst'" ]; # Rounded corners @@ -37,6 +40,9 @@ rounded-corners-exclude = [ "class_g = 'i3-frame'" "window_type = 'dock'" + "window_type = 'notification'" + "class_g = 'Dunst'" + "class_g = 'dunst'" ]; # Animations |
