Closed aspizu closed 2 years ago
git pull
make -j16
sudo make install
This is weird and as a work around i've set Ctrl+O in sxhkd to launch shod.
Try to call shod in your ~/.xinitrc with a </dev/null at the end of the line, like
</dev/null
shod </dev/null
or
exec shod </dev/null
Does it work now?
Yes, thank you.
Updated shod to latest
git pull
make -j16
sudo make install
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.