Skip to content

Commit

Permalink
dconf: playerctl: Ignore in browser players
Browse files Browse the repository at this point in the history
Spotify is active most of the time and spurious browser players
invocations like youtube are undesirable.

Keep this around until this issue is addressed:
altdesktop/playerctl#192

Signed-off-by: Erik Skultety <skultety.erik@gmail.com>
  • Loading branch information
eskultety committed Oct 18, 2020
1 parent 0f25316 commit 1787df7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dconf/org_gnome_settings-daemon_plugins
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ name='Terminal'

[media-keys/custom-keybindings/play-next]
binding='<Super>F12'
command='playerctl next'
command='playerctl --ignore-player=firefox,chrome next'
name='playerctl next'

[media-keys/custom-keybindings/play-prev]
binding='<Super>F10'
command='playerctl previous'
command='playerctl --ignore-player=firefox,chrome previous'
name='playerctl previous'

[media-keys/custom-keybindings/play-pause]
binding='<Super>F11'
command='playerctl play-pause'
command='playerctl --ignore-player=firefox,chrome play-pause'
name='playerctl play/pause'

[power]
Expand Down

0 comments on commit 1787df7

Please sign in to comment.