sway: don't start another autotiling on config reload

This commit is contained in:
tea 2024-07-16 21:11:54 +02:00
parent 804413adbb
commit bb4771f595
No known key found for this signature in database

View File

@ -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; -*-