- Updated to version 0.2.0: * Added manpages * Support default compositor and screenlocker * Search for compositor setting in fallback dirs * Use predefined build values in the startup script * Support full path of compositor * R emoved obsolete mozilla env var * Corrected D-Bus error message - Refactor 0003-configuration-changes-for-default-niri-session.patch - Refactor 0005-configuration-changes-for-default-hyprland-session.patch - Refactor 0007-configuration-changes-for-default-sway-session.patch OBS-URL: https://build.opensuse.org/request/show/1270910 OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-wayland-session?expand=0&rev=23
26 lines
841 B
Diff
26 lines
841 B
Diff
From bd5e53d75d023e876b97a68578d3995e0b5201be Mon Sep 17 00:00:00 2001
|
|
From: "Shawn W. Dunn" <sfalken@cloverleaf-linux.org>
|
|
Date: Tue, 21 Jan 2025 16:21:14 -0800
|
|
Subject: [PATCH 6/7] configuration changes for default river session
|
|
|
|
- Set openSUSE desktop background for session
|
|
---
|
|
configurations/lxqt-river-init | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/configurations/lxqt-river-init b/configurations/lxqt-river-init
|
|
index 2118a7e..9b6ba28 100644
|
|
--- a/configurations/lxqt-river-init
|
|
+++ b/configurations/lxqt-river-init
|
|
@@ -161,6 +161,7 @@ done
|
|
riverctl background-color 0x002b36
|
|
riverctl border-color-focused 0x4ec2e8
|
|
riverctl border-color-unfocused 0x586e75
|
|
+riverctl spawn "swaybg -i /usr/share/wallpapers/openSUSEdefault/contents/images/default.png"
|
|
|
|
# Set keyboard repeat rate
|
|
riverctl set-repeat 50 300
|
|
--
|
|
2.49.0
|
|
|