From 764df1ca0ae3eaa31bbcb531f9ea402d0045e60a Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Tue, 18 Feb 2025 19:47:46 +0100 Subject: [PATCH] [sway] use 0 for scratchpad --- sway/config.d/scratchpad.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sway/config.d/scratchpad.conf diff --git a/sway/config.d/scratchpad.conf b/sway/config.d/scratchpad.conf new file mode 100644 index 0000000..b890ce1 --- /dev/null +++ b/sway/config.d/scratchpad.conf @@ -0,0 +1,12 @@ +# +# Scratchpad: +# +# Sway has a "scratchpad", which is a bag of holding for windows. +# You can send windows there and get them back later. + +## Action // Move window to scratchpad ## +bindsym $mod+Shift+agrave move scratchpad, exec "waybar-signal scratchpad" + +# If there are multiple scratchpad windows, this command cycles through them. +## Action // Toggle scratchpad ## +bindsym $mod+agrave scratchpad show, exec "waybar-signal scratchpad"