🔧 add i3 sticky command

This commit is contained in:
Ingolf Wagner 2025-02-07 01:04:17 +13:00
parent 4e70b69f6f
commit f97483df07
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -236,6 +236,9 @@ in
"${modifier}+Shift+Up" = "move up"; "${modifier}+Shift+Up" = "move up";
"${modifier}+Shift+Right" = "move right"; "${modifier}+Shift+Right" = "move right";
# sticky window toggle
"${modifier}+Shift+s" = "sticky toggle";
"${modifier}+h" = "split h"; "${modifier}+h" = "split h";
"${modifier}+v" = "split v"; "${modifier}+v" = "split v";
"${modifier}+f" = "fullscreen toggle"; "${modifier}+f" = "fullscreen toggle";