flakes/res/eww/scripts/scroll.sh
2022-03-22 23:50:53 +07:00

3 lines
107 B
Bash
Executable file

#!/usr/bin/env sh
translated=$([ "$1" == "up" ] && echo "prev" || echo "next")
bspc desktop -f $translated