mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 02:38:33 +02:00
easyeffects: run Flatpak
This commit is contained in:
parent
27f6ecdb09
commit
2d45bb63f5
2 changed files with 12 additions and 12 deletions
|
@ -35,8 +35,8 @@ media-playback-pause Pause
|
||||||
media-playback-stop Stop
|
media-playback-stop Stop
|
||||||
go-next Next track
|
go-next Next track
|
||||||
multimedia-volume-control Open mixer panel
|
multimedia-volume-control Open mixer panel
|
||||||
easyeffects Open effects panel
|
com.github.wwmm.easyeffects Open effects panel
|
||||||
media-tape Open ${Mediaplayer}
|
com.spotify.Client Open ${Mediaplayer}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Player status
|
# Player status
|
||||||
|
@ -58,7 +58,7 @@ EOF
|
||||||
4) playerctl -p $mediaplayer stop ;;
|
4) playerctl -p $mediaplayer stop ;;
|
||||||
5) playerctl -p $mediaplayer next ;;
|
5) playerctl -p $mediaplayer next ;;
|
||||||
6) i3-msg '[class="Pavucontrol"] focus' || i3-msg exec exec pavucontrol ;;
|
6) i3-msg '[class="Pavucontrol"] focus' || i3-msg exec exec pavucontrol ;;
|
||||||
7) i3-msg '[class="easyeffects"] focus' || i3-msg exec exec easyeffects ;;
|
7) i3-msg '[class="easyeffects"] focus' || i3-msg exec exec com.github.wwmm.easyeffects ;;
|
||||||
8) i3-msg '[class="'${Mediaplayer}'"] focus' || i3-msg exec exec ${mediaplayer} ;;
|
8) i3-msg '[class="'${Mediaplayer}'"] focus' || i3-msg exec exec ${mediaplayer} ;;
|
||||||
esac >&2
|
esac >&2
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -5,7 +5,7 @@ PartOf=graphical-session.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=dbus
|
Type=dbus
|
||||||
BusName=com.github.wwmm.easyeffects
|
BusName=com.github.wwmm.easyeffects
|
||||||
ExecStart=%h/.nix-profile/bin/easyeffects --gapplication-service
|
ExecStart=/var/lib/flatpak/exports/bin/com.github.wwmm.easyeffects --gapplication-service
|
||||||
ExecStartPost=-%h/.nix-profile/bin/easyeffects -l default-input
|
ExecStartPost=-/var/lib/flatpak/exports/bin/com.github.wwmm.easyeffects -l default-input
|
||||||
ExecStartPost=-%h/.nix-profile/bin/easyeffects -l default-output
|
ExecStartPost=-/var/lib/flatpak/exports/bin/com.github.wwmm.easyeffects -l default-output
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue