Karabiner: Added config
This commit is contained in:
6
.config/karabiner/scripts/spotify_playpause.scpt
Normal file
6
.config/karabiner/scripts/spotify_playpause.scpt
Normal file
@ -0,0 +1,6 @@
|
||||
-- If Spotify is running, toggle play/pause. Otherwise do nothing
|
||||
if application "Spotify" is running then
|
||||
using terms from application "Spotify"
|
||||
tell application "Spotify" to playpause
|
||||
end using terms from
|
||||
end if
|
Reference in New Issue
Block a user