From 1ca50f486fae97ba502c7085c14ae6d2226c8176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Wed, 3 Sep 2025 00:35:02 -0300 Subject: [PATCH] sway: add scratchpad binds --- user/sway/sway-binds.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/user/sway/sway-binds.nix b/user/sway/sway-binds.nix index 27a27b4..af11268 100644 --- a/user/sway/sway-binds.nix +++ b/user/sway/sway-binds.nix @@ -125,9 +125,8 @@ let "${mod}+v" = "splitv"; "${mod}+a" = "focus parent"; - ## TODO: - # "${mod}+Shift+minus" = "move scratchpad"; - # "${mod}+minus" = "scratchpad show"; + "${mod}+Shift+z" = "move scratchpad"; + "${mod}+z" = "scratchpad show"; }; audio_binds = {