can't auto move float scratchpad windows
I try to use scratchpad feature to fast access some apps. But i can't figure out how to auto move and resize those apps.
If i put
exec --no-startup-id deadbeef
for_window [class="Deadbeef"] floating enable
for_window [class="Deadbeef"] move absolute position 200px 200px;
for_window [class="Deadbeef"] move scratchpad
in my config then DeadBeef gets executed and moved to scratchpad but the position is not changed.
If i exclude
for_window [class="Deadbeef"] move scratchpad
from config then DeadBeef gets executed and the position is changed. But now i have to move DeadBeef to scratchpad manually. Is it a bug or a feature? Or am i missing something?