Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openSUSEway for openSUSE:Factory checked in at 2021-04-27 21:35:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openSUSEway (Old) and /work/SRC/openSUSE:Factory/.openSUSEway.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSEway" Tue Apr 27 21:35:08 2021 rev:12 rq:888674 version:0.13 Changes: -------- --- /work/SRC/openSUSE:Factory/openSUSEway/openSUSEway.changes 2021-04-01 14:18:08.056056867 +0200 +++ /work/SRC/openSUSE:Factory/.openSUSEway.new.12324/openSUSEway.changes 2021-04-27 21:35:33.420072166 +0200 @@ -1,0 +2,5 @@ +Mon Apr 26 21:13:59 UTC 2021 - Matej Cepl <[email protected]> + +- Added add-configuration-for-play-pause-next-prev-multimedi.patch + +------------------------------------------------------------------- New: ---- add-configuration-for-play-pause-next-prev-multimedi.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openSUSEway.spec ++++++ --- /var/tmp/diff_new_pack.7o4EdF/_old 2021-04-27 21:35:33.924072995 +0200 +++ /var/tmp/diff_new_pack.7o4EdF/_new 2021-04-27 21:35:33.928073002 +0200 @@ -27,6 +27,9 @@ Group: Metapackages URL: https://github.com/openSUSE/openSUSEway Source0: https://github.com/openSUSE/openSUSEway/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +# PATCH-FIX-OPENSUSE add-configuration-for-play-pause-next-prev-multimedi.patch gh#openSUSE/openSUSEway#41 [email protected] +# Add multimedia keys configuration +Patch0: add-configuration-for-play-pause-next-prev-multimedi.patch BuildArch: noarch BuildRequires: aaa_base BuildRequires: systemd @@ -90,6 +93,7 @@ Requires: pamixer Requires: patterns-sway-sway Requires: pavucontrol +Requires: playerctl Requires: polkit-gnome Requires: sway Requires: wallpaper-branding-openSUSE ++++++ add-configuration-for-play-pause-next-prev-multimedi.patch ++++++ >From 1e4e253e7d06d7ccee7248acb0a36ec37672b605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= <[email protected]> Date: Mon, 26 Apr 2021 23:10:20 +0200 Subject: [PATCH] Add configuration for Play/Pause, Next, Prev multimedia keys. --- .config/sway/config.d/50-openSUSE.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/sway/config.d/50-openSUSE.conf b/.config/sway/config.d/50-openSUSE.conf index d55ce7f..f1cebc4 100644 --- a/.config/sway/config.d/50-openSUSE.conf +++ b/.config/sway/config.d/50-openSUSE.conf @@ -31,6 +31,11 @@ bindsym XF86AudioRaiseVolume exec pamixer --allow-boost -ui 2 && dc -e "[`pamixe bindsym XF86AudioLowerVolume exec pamixer --allow-boost -ud 2 && dc -e "[`pamixer --get-volume`]sM 100d `pamixer --get-volume`<Mp" > $SWAYSOCK.wob bindsym XF86AudioMute exec pamixer --toggle-mute && ( pamixer --get-mute && echo 0 > $SWAYSOCK.wob ) +# Media player controls +bindsym XF86AudioPlay exec playerctl play-pause +bindsym XF86AudioNext exec playerctl next +bindsym XF86AudioPrev exec playerctl previous + # # Status Bar: # -- 2.31.1
