forked from pool/openSUSEway
Accepting request 928865 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/928865 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openSUSEway?expand=0&rev=13
This commit is contained in:
commit
6b5fe8b111
@ -1,29 +0,0 @@
|
|||||||
From 1e4e253e7d06d7ccee7248acb0a36ec37672b605 Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= <mcepl@cepl.eu>
|
|
||||||
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
|
|
||||||
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:49f2280696d3e936bb1bfc5fd690f36a25d4a7b02a43adbabb6946e516b9a0de
|
|
||||||
size 7733
|
|
3
openSUSEway-0.14.tar.gz
Normal file
3
openSUSEway-0.14.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6c28e64c32d22f7dd5b95749ec395416ca0112dca4c765b6cf4024766c03bef8
|
||||||
|
size 8082
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 2 21:01:48 UTC 2021 - Denys Kondratenko <stdden@opensuse.org>
|
||||||
|
|
||||||
|
- New in 0.14 release
|
||||||
|
* Add configuration for Play/Pause, Next, Prev multimedia keys. by @mcepl in #41i
|
||||||
|
** removes add-configuration-for-play-pause-next-prev-multimedi.patch
|
||||||
|
* Allow users different MPRIS handler for multimedia keys. by @mcepl in #43
|
||||||
|
* number of packages to update indicator to waybar by @denisok in #44
|
||||||
|
* add style to gtkgreet to match openSUSEway theme by @denisok in #45
|
||||||
|
* Use late evaluation of $term variable for bindsym $mod+Return by @mcepl in #46
|
||||||
|
* Fixes greeter if GDM installed. GDM messes up tty1 by @denisok in #53.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 26 21:13:59 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
Mon Apr 26 21:13:59 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define waybar_version %(rpm -q --queryformat "%%{version}" waybar)
|
%define waybar_version %(rpm -q --queryformat "%%{version}" waybar)
|
||||||
|
|
||||||
Name: openSUSEway
|
Name: openSUSEway
|
||||||
Version: 0.13
|
Version: 0.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The openSUSEway desktop environment meta package
|
Summary: The openSUSEway desktop environment meta package
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -29,7 +29,6 @@ URL: https://github.com/openSUSE/openSUSEway
|
|||||||
Source0: https://github.com/openSUSE/openSUSEway/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
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 mcepl@suse.com
|
# PATCH-FIX-OPENSUSE add-configuration-for-play-pause-next-prev-multimedi.patch gh#openSUSE/openSUSEway#41 mcepl@suse.com
|
||||||
# Add multimedia keys configuration
|
# Add multimedia keys configuration
|
||||||
Patch0: add-configuration-for-play-pause-next-prev-multimedi.patch
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: aaa_base
|
BuildRequires: aaa_base
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
|
Loading…
Reference in New Issue
Block a user