Hello, I run sworkstyle as part of the Manjaro Sway Desktop (https://github.com/Manjaro-Sway/manjaro-sway), however; it almost never loads. Looking at the log just shows:
Error: Os { code: 107, kind: NotConnected, message: "Transport endpoint is not connected" }
The only times it will load is on those occasions when I need to call sway reload.
Manjaro Sway loads sworkstyle as follows (in a file called /etc/sway/config.d/99-autostart-applications.conf
exec_always {
# start some applications...
'[ -x "$(command -v sworkstyle)" ] && pkill sworkstyle; sworkstyle &> /tmp/sworkstyle.log'
# start some other applications...
}
Based on the error message and how it loads sometimes could this be an issue related to the time when sworkstyle is loaded? Thanks!
Hello, I run sworkstyle as part of the Manjaro Sway Desktop (https://github.com/Manjaro-Sway/manjaro-sway), however; it almost never loads. Looking at the log just shows:
Error: Os { code: 107, kind: NotConnected, message: "Transport endpoint is not connected" }
The only times it will load is on those occasions when I need to call
sway reload
.Manjaro Sway loads sworkstyle as follows (in a file called
/etc/sway/config.d/99-autostart-applications.conf
Based on the error message and how it loads sometimes could this be an issue related to the time when sworkstyle is loaded? Thanks!