Last active
August 9, 2019 09:07
-
-
Save shaybensasson/0e07c7af72a7d8282ee9d0d38da00238 to your computer and use it in GitHub Desktop.
xbindkeys config for Media keys in ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #KeyboardPlay | |
| "dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause" | |
| XF86AudioPlay | |
| #KeyboardStop | |
| "dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Stop" | |
| XF86AudioStop | |
| #KeyboardPrev | |
| "dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous" | |
| XF86AudioPrev | |
| #KeyboardNext | |
| "dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next" | |
| XF86AudioNext | |
| #Settings | |
| "/usr/bin/gnome-control-center" | |
| XF86Launch1 | |
| #Photos/Camera Uploads | |
| "nautilus /home/shay/Dropbox/Camera\ Uploads/" | |
| XF86WebCam | |
| #AudioPlayer | |
| "/snap/bin/spotify" | |
| XF86Tools | |
| #MediaPlayer | |
| "/snap/bin/vlc http://tinyurl.com/j3bdac3" | |
| XF86AudioMedia | |
| #WebNewTab | |
| "/usr/bin/google-chrome chrome://newtab" | |
| XF86HomePage | |
| #WebMail Private | |
| "/usr/bin/google-chrome https://mail.google.com/mail/u/0/" | |
| XF86Mail | |
| #WebMail Uni | |
| "/usr/bin/google-chrome https://mail.google.com/mail/u/1/" | |
| XF86Mail | |
| #Calc | |
| "xdg-open /snap/bin/gnome-calculator" | |
| XF86Calculator |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment