- 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
27 lines
972 B
Diff
27 lines
972 B
Diff
From 77369731b252276690d822d37b3b04c21f4a147a Mon Sep 17 00:00:00 2001
|
|
From: "Shawn W. Dunn" <sfalken@cloverleaf-linux.org>
|
|
Date: Thu, 17 Apr 2025 16:06:12 -0700
|
|
Subject: [PATCH 5/7] configuration changes for default hyprland session
|
|
|
|
- Set openSUSE background in default hyprland session
|
|
---
|
|
configurations/lxqt-hyprland.conf | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configurations/lxqt-hyprland.conf b/configurations/lxqt-hyprland.conf
|
|
index bc07fd1..24f40ec 100644
|
|
--- a/configurations/lxqt-hyprland.conf
|
|
+++ b/configurations/lxqt-hyprland.conf
|
|
@@ -39,7 +39,7 @@ env = QT_PLATFORM_PLUGIN,lxqt
|
|
env = XDG_MENU_PREFIX,lxqt-
|
|
|
|
# start and exit LXQt session:
|
|
-exec-once = swaybg -i /usr/share/lxqt/wallpapers/origami-dark.png
|
|
+exec-once = swaybg -i /usr/share/wallpapers/openSUSEdefault/contents/images/default.png
|
|
exec-once = lxqt-session && hyprctl dispatch exit
|
|
|
|
# If not using lxqt-session uncomment components to autostart
|
|
--
|
|
2.49.0
|
|
|