mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-03 17:54:31 +02:00
music: execute Deezer through its .desktop file
This commit is contained in:
parent
7086a909cf
commit
3acac25bd5
2 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ EOF
|
|||
5) $playerctl next ;;
|
||||
6) ~/.config/i3/bin/toggle-mute source ;;
|
||||
7) i3-msg '[class="Pavucontrol"] focus' || i3-msg exec exec pavucontrol ;;
|
||||
8) i3-msg '[class="Deezer"] focus' || i3-msg exec exec dev.aunetx.deezer ;;
|
||||
8) i3-msg '[class="Deezer"] focus' || i3-msg exec gtk-launch dev.aunetx.deezer ;;
|
||||
esac >&2
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue