From be17289d71a93c8dff2d59b887310b8a948f7f24 Mon Sep 17 00:00:00 2001 From: zerf58 Date: Mon, 22 Apr 2024 20:26:19 -0700 Subject: [PATCH] add spotify --- buttons.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/buttons.sh b/buttons.sh index 0070eef..11814ed 100755 --- a/buttons.sh +++ b/buttons.sh @@ -167,6 +167,18 @@ Xfdesktop(){ } } +Spotify(){ + play(){ + xdotool_helper "key space" + } + forward(){ + xdotool_helper "key XF86AudioNext" + } + back(){ + xdotool_helper "key XF86AudioPrev" + } +} + firefox(){ echo "return and run all()"