mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 01:25:42 +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
|
||||
|
|
2
config
2
config
|
@ -6,7 +6,7 @@ set $down k
|
|||
set $left j
|
||||
set $right semicolon
|
||||
set $term vbeterm
|
||||
set $mediaplayer MellowPlayer3
|
||||
set $mediaplayer chromium.instance3
|
||||
set $borderpx 3
|
||||
|
||||
font pango:Iosevka Aile 9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue