2025-04-18 22:00:22 +00:00
|
|
|
From 77369731b252276690d822d37b3b04c21f4a147a Mon Sep 17 00:00:00 2001
|
2025-01-24 17:59:07 +00:00
|
|
|
From: "Shawn W. Dunn" <sfalken@cloverleaf-linux.org>
|
2025-04-18 22:00:22 +00:00
|
|
|
Date: Thu, 17 Apr 2025 16:06:12 -0700
|
2025-01-24 17:59:07 +00:00
|
|
|
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
|
2025-04-18 22:00:22 +00:00
|
|
|
index bc07fd1..24f40ec 100644
|
2025-01-24 17:59:07 +00:00
|
|
|
--- 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:
|
2025-04-18 22:00:22 +00:00
|
|
|
-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
|
2025-01-24 17:59:07 +00:00
|
|
|
|
|
|
|
# If not using lxqt-session uncomment components to autostart
|
|
|
|
--
|
2025-03-29 19:07:17 +00:00
|
|
|
2.49.0
|
2025-01-24 17:59:07 +00:00
|
|
|
|