Starting in sway config crashes, after sway the same command works #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some python library imports seem to be the culprit (starting in i3 works fine).
sway.conf
/usr/local/bin/i3toolwait
Works with this and prints (both) statements. Uncommenting any of the imports breaks the autostart (but not when calling the same script manually after sway has started). It won't print any of the two statements, any command after the script (added with
; echo "after"
for example) will also not be executed.A few updates later with
Everything works fine.