We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a318c commit cebda9cCopy full SHA for cebda9c
1 file changed
.github/workflows/update-flake-inputs.yml
@@ -71,7 +71,8 @@ jobs:
71
pgrep .quickshell-wra || exit 1 # Fail job if shell died
72
73
result/bin/caelestia-shell kill
74
- swaymsg exit
+ swaymsg -s "$(sway --get-socketpath)" exit
75
+ true
76
77
- name: Check for changes
78
id: check
0 commit comments