From 373ec347528901905e70058d72b851ed3c586868 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 7 Sep 2022 13:56:06 +0200 Subject: [PATCH] Extend i3 config for evolution and pidgin windows Make evolution alarm sticky. Unstick pidgin windows. --- home/windowManager/i3.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/home/windowManager/i3.nix b/home/windowManager/i3.nix index ab44c63..dab23e3 100644 --- a/home/windowManager/i3.nix +++ b/home/windowManager/i3.nix @@ -133,6 +133,14 @@ in { command = "border none"; criteria = { class = "^vlc$"; }; } + { + command = "sticky enable; resize set 70 140"; + criteria = { class = "^evolution-alarm-notify$"; }; + } + { + command = "sticky disable"; + criteria = { class = "^Pidgin$"; }; + } ]; }; @@ -142,6 +150,7 @@ in { criteria = [ { "class" = "KeePassXC"; } + { "class" = "^evolution-alarm-notify$"; } ]; };