phillbush / shod

mouse-based window manager that can tile windows inside floating containers
MIT License
177 stars 5 forks source link

shod stopped working after update #12

Closed aspizu closed 2 years ago

aspizu commented 2 years ago

Updated shod to latest

Now shod starts but issues

If shod is started from an already running X app, i.e not from ~/.xinitrc it works as normal

This is weird and as a work around i've set Ctrl+O in sxhkd to launch shod.

phillbush commented 2 years ago

Try to call shod in your ~/.xinitrc with a </dev/null at the end of the line, like

shod </dev/null

or

exec shod </dev/null

Does it work now?

aspizu commented 2 years ago

Yes, thank you.