From 9d85c6d390f1c21e8dc87939c54c2c6889bd0e2b Mon Sep 17 00:00:00 2001 From: Gil Portenseigne Date: Thu, 30 Jul 2026 08:21:08 +0200 Subject: [PATCH] term max in scratchpad --- .config/sway/config.d/05-scratchpad.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config.d/05-scratchpad.conf b/.config/sway/config.d/05-scratchpad.conf index 6e8a384..22c60f4 100644 --- a/.config/sway/config.d/05-scratchpad.conf +++ b/.config/sway/config.d/05-scratchpad.conf @@ -4,7 +4,7 @@ # You can send windows there and get them back later. # launch a terminal and move it to scratch at launch -exec --no-startup-id "sleep 10 && $term -t scratch -a scratch -W 130x25" +exec --no-startup-id "sleep 10 && $term -t scratch -a scratch -m" for_window [app_id="scratch"] floating enable, move absolute position center for_window [app_id="scratch"] move scratchpad