9 Commits

Author SHA256 Message Date
c867f71dbb Accepting request 1308423 from X11:xfce
- Add mic-mute and Windows-key handling for Wayland labwc (bsc#1248802) (forwarded request 1308399 from tiwai)

OBS-URL: https://build.opensuse.org/request/show/1308423
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfce4-session?expand=0&rev=100
2025-10-01 16:58:25 +00:00
a2c38a4d60 - Add mic-mute and Windows-key handling for Wayland labwc (bsc#1248802)
OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-session?expand=0&rev=185
2025-10-01 14:17:10 +00:00
9cc2e43542 Accepting request 1301757 from X11:xfce
- Yet more default key binding for Wayland labwc (bsc#1248802) (forwarded request 1301753 from tiwai)

OBS-URL: https://build.opensuse.org/request/show/1301757
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfce4-session?expand=0&rev=99
2025-08-28 15:19:43 +00:00
0be57249bd - Yet more default key binding for Wayland labwc (bsc#1248802)
OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-session?expand=0&rev=183
2025-08-28 08:35:42 +00:00
c877defe5b Accepting request 1301581 from X11:xfce
- Add more default key bindings for Wayland with labwc (bsc#1248802):
  xfce4-session-more-labwc-keybindings.patch
- Drop the previous workaround patch for wayland startup
  (bsc#1247542):
  xfce4-session-reduce-wayland-autostart-timeout.patch
  The fix is now found in xfce4-branding-openSUSE instead (forwarded request 1301577 from tiwai)

OBS-URL: https://build.opensuse.org/request/show/1301581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfce4-session?expand=0&rev=98
2025-08-27 19:35:41 +00:00
8d08af5f00 - Add more default key bindings for Wayland with labwc (bsc#1248802):
xfce4-session-more-labwc-keybindings.patch
- Drop the previous workaround patch for wayland startup
  (bsc#1247542):
  xfce4-session-reduce-wayland-autostart-timeout.patch
  The fix is now found in xfce4-branding-openSUSE instead

OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-session?expand=0&rev=181
2025-08-27 13:46:50 +00:00
d00e457cb4 Accepting request 1299444 from X11:xfce
OBS-URL: https://build.opensuse.org/request/show/1299444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfce4-session?expand=0&rev=97
2025-08-15 19:52:08 +00:00
2359c081c3 - Reduce the timeout for auto-start on Wayland (bsc#1247542);
xfce4-session-reduce-wayland-autostart-timeout.patch
  This is a temporary workaround for the too slow start-up on Wayland
  desktop.  Currently the error is ignored in anyway.
- Use '?' for SUSE macro expansion, so that quilt setup works.

OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-session?expand=0&rev=179
2025-08-14 15:59:35 +00:00
4cb172b0a4 - Update to version 4.20.3:
* wayland: startxfce4: Remove definition of SDL_VIDEODRIVER variable
  * Add xapp for Settings in xfce-portals.conf
  * startxfce4: Add check for /etc/vconsole.conf
  * labwc: Add some default config values
  * xfce-portals.conf: Add wlr for ScreenCast
  * startxfce4: Improve keyboard layout detection on wayland
  * wayland: start a D-Bus session only if there isn't one already
  * Use syntax compatible with most sh shells.
  * labwc: Add window snapping range

OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfce4-session?expand=0&rev=178
2025-08-14 15:34:40 +00:00
2 changed files with 23 additions and 3 deletions

View File

@@ -1,15 +1,27 @@
Add more default key bindings for labwc
- Mic-mute: toggle audio capture
- Display (VideoModeSwitch) or Super-P: display setup dialog
- PrintScreen: screen-shooter
- Super_L (Windows key): open root menu
---
labwc/labwc-rc.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
labwc/labwc-rc.xml | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
--- a/labwc/labwc-rc.xml
+++ b/labwc/labwc-rc.xml
@@ -66,6 +66,18 @@
@@ -45,6 +45,9 @@
<keybind key="XF86_AudioMute">
<action name="Execute" command="amixer sset Master toggle" />
</keybind>
+ <keybind key="XF86_AudioMicMute">
+ <action name="Execute" command="amixer sset Capture toggle" />
+ </keybind>
<keybind key="W-q">
<action name="Close" />
</keybind>
@@ -66,6 +69,21 @@
<keybind key="W-4">
<action name="GoToDesktop" to="4" />
</keybind>
@@ -24,6 +36,9 @@ Add more default key bindings for labwc
+ </keybind>
+ <keybind key="XF86_PowerOff">
+ <action name="Execute" command="xfce4-session-logout" />
+ </keybind>
+ <keybind key="Super_L" onRelease="yes">
+ <action name="Execute" command="xfce4-popup-whiskermenu" />
+ </keybind>
</keyboard>

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 1 12:21:03 UTC 2025 - Takashi Iwai <tiwai@suse.com>
- Add mic-mute and Windows-key handling for Wayland labwc (bsc#1248802)
-------------------------------------------------------------------
Thu Aug 28 08:15:22 UTC 2025 - Takashi Iwai <tiwai@suse.com>