Fix set-initial-kanshi-state

This commit is contained in:
2025-12-18 21:28:08 -08:00
parent a8320c22f4
commit bb784449e7

View File

@ -1,7 +1,7 @@
#!/usr/bin/zsh #!/usr/bin/zsh
# Only run on laptops # Only run on laptops
[[ "${HOST}" = *-laptop ]] || exit 0 [[ "${HOST}" = *-portable ]] || exit 0
# Wait for the socket # Wait for the socket
if ! [[ -S /run/user/1000/fr.emersion.kanshi.wayland-1 ]]; then if ! [[ -S /run/user/1000/fr.emersion.kanshi.wayland-1 ]]; then