diff options
Diffstat (limited to 'init.d/waybar')
| -rwxr-xr-x | init.d/waybar | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.d/waybar b/init.d/waybar index cf3c192..24c7eba 100755 --- a/init.d/waybar +++ b/init.d/waybar @@ -8,5 +8,6 @@ supervisor=supervise-daemon error_logger="logger -t '${RC_SVCNAME}' -p daemon.error" #export SWAYSOCK="$(sway --get-socketpath)" +# Fix to get SWAYSOCK export SWAYSOCK="$(ls $XDG_RUNTIME_DIR/sway-ipc.* | head -n 1)" |
