Skip to content

Commit cebda9c

Browse files
committed
fix sway exit
1 parent e2a318c commit cebda9c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/update-flake-inputs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ jobs:
7171
pgrep .quickshell-wra || exit 1 # Fail job if shell died
7272
7373
result/bin/caelestia-shell kill
74-
swaymsg exit
74+
swaymsg -s "$(sway --get-socketpath)" exit
75+
true
7576
7677
- name: Check for changes
7778
id: check

0 commit comments

Comments
 (0)