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";