3 Commits

Author SHA256 Message Date
Takashi Iwai
19b43d8014 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
2025-08-29 13:54:25 +02:00
Takashi Iwai
193ad3bce5 Reduce the timeout for auto-start on Wayland (bsc#1247542)
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.
2025-08-15 12:20:13 +02:00
Takashi Iwai
1aa3d4b377 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
2025-08-15 12:20:05 +02:00
2 changed files with 3 additions and 23 deletions

View File

@@ -1,27 +1,15 @@
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 | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
labwc/labwc-rc.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
--- a/labwc/labwc-rc.xml
+++ b/labwc/labwc-rc.xml
@@ -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 @@
@@ -66,6 +66,18 @@
<keybind key="W-4">
<action name="GoToDesktop" to="4" />
</keybind>
@@ -36,9 +24,6 @@ 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,8 +1,3 @@
-------------------------------------------------------------------
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>