From bb4771f5957fc6c5844a340cd59009f3f75bf587 Mon Sep 17 00:00:00 2001 From: tea Date: Tue, 16 Jul 2024 21:11:54 +0200 Subject: [PATCH] sway: don't start another autotiling on config reload --- .config/sway/config.autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config.autostart b/.config/sway/config.autostart index 6292885..c8fde29 100644 --- a/.config/sway/config.autostart +++ b/.config/sway/config.autostart @@ -12,6 +12,6 @@ exec gammastep-indicator -l 52.374444:9.738611 exec udiskie --smart-tray --no-automount exec blueman-applet exec nm-applet -exec_always "autotiling -l 2" +exec "autotiling -l 2" # vim: set ft=swayconfig: -*- mode: i3wm-config; -*-