From f97483df07b9b35626ff85d08d476057a0764700 Mon Sep 17 00:00:00 2001
From: Ingolf Wagner <contact@ingolf-wagner.de>
Date: Fri, 7 Feb 2025 01:04:17 +1300
Subject: [PATCH] :wrench: add i3 sticky command

---
 homes/palo/i3.nix | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/homes/palo/i3.nix b/homes/palo/i3.nix
index b804039..8022a96 100644
--- a/homes/palo/i3.nix
+++ b/homes/palo/i3.nix
@@ -236,6 +236,9 @@ in
               "${modifier}+Shift+Up" = "move up";
               "${modifier}+Shift+Right" = "move right";
 
+              # sticky window toggle
+              "${modifier}+Shift+s" = "sticky toggle";
+
               "${modifier}+h" = "split h";
               "${modifier}+v" = "split v";
               "${modifier}+f" = "fullscreen toggle";