Fix set-initial-kanshi-state
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user