Files

8 lines
151 B
Bash
Raw Permalink Normal View History

2025-11-27 03:12:08 -08:00
#!/usr/bin/env zsh
2025-11-28 16:32:55 -08:00
"${HOME}/scripts/set-initial-kanshi-state"
2025-11-27 03:12:08 -08:00
acpi_listen | while read event; do
2025-11-28 22:04:03 -08:00
"${HOME}/scripts/set-initial-kanshi-state"
2025-11-27 03:12:08 -08:00
done