Add .local/bin/niri-cycle

This commit is contained in:
Lewis Wynne 2025-11-17 16:51:16 +00:00
parent 9b08e7a7b8
commit 2a94f6449e

View file

@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -euo pipefail
next="focus-column-right-or-first"
if [[ "${1:-}" == "--back" ]]; then
next="focus-column-left-or-last"
fi
niri msg action "$next"
niri msg action center-column