flakes/res/eww/scripts/scroll.sh

4 lines
107 B
Bash
Raw Permalink Normal View History

2022-03-22 23:50:53 +07:00
#!/usr/bin/env sh
translated=$([ "$1" == "up" ] && echo "prev" || echo "next")
bspc desktop -f $translated