- 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
36 lines
1.1 KiB
Diff
36 lines
1.1 KiB
Diff
From adf7005960c3fb941f0c6b848d1b1846602fb31b Mon Sep 17 00:00:00 2001
|
|
From: "Shawn W. Dunn" <sfalken@cloverleaf-linux.org>
|
|
Date: Thu, 17 Apr 2025 16:08:44 -0700
|
|
Subject: [PATCH 7/7] configuration changes for default sway session
|
|
|
|
- Set openSUSE desktop background in session
|
|
- Disable "include /etc/sway/config.d/*" It causes too many configs
|
|
from openSUSEway to be pulled in, and creates a broken session
|
|
---
|
|
configurations/lxqt-sway.config | 5 ++++-
|
|
1 file changed, 4 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/configurations/lxqt-sway.config b/configurations/lxqt-sway.config
|
|
index 3cd8c27..6c06321 100644
|
|
--- a/configurations/lxqt-sway.config
|
|
+++ b/configurations/lxqt-sway.config
|
|
@@ -17,6 +17,9 @@ set $right l
|
|
# Your preferred terminal emulator
|
|
set $term qterminal
|
|
|
|
+### Set background
|
|
+exec swaybg -i /usr/share/wallpapers/openSUSEdefault/contents/images/default.png
|
|
+
|
|
### Output configuration
|
|
#
|
|
# Example configuration:
|
|
@@ -232,4 +235,4 @@ bindsym $mod+r mode "resize"
|
|
# Special key to take a screenshot with grim
|
|
bindsym Print exec grim
|
|
|
|
-include /etc/sway/config.d/*
|
|
+# include /etc/sway/config.d/*
|
|
--
|
|
2.49.0
|
|
|