2025-04-18 22:00:22 +00:00
|
|
|
From adf7005960c3fb941f0c6b848d1b1846602fb31b 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:08:44 -0700
|
2025-01-24 17:59:07 +00:00
|
|
|
Subject: [PATCH 7/7] configuration changes for default sway session
|
|
|
|
|
|
|
|
- Set openSUSE desktop background in session
|
2025-04-18 22:00:22 +00:00
|
|
|
- Disable "include /etc/sway/config.d/*" It causes too many configs
|
2025-01-24 17:59:07 +00:00
|
|
|
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
|
2025-04-18 22:00:22 +00:00
|
|
|
index 3cd8c27..6c06321 100644
|
2025-01-24 17:59:07 +00:00
|
|
|
--- a/configurations/lxqt-sway.config
|
|
|
|
+++ b/configurations/lxqt-sway.config
|
2025-04-18 22:00:22 +00:00
|
|
|
@@ -17,6 +17,9 @@ set $right l
|
|
|
|
# Your preferred terminal emulator
|
|
|
|
set $term qterminal
|
2025-01-24 17:59:07 +00:00
|
|
|
|
|
|
|
+### Set background
|
|
|
|
+exec swaybg -i /usr/share/wallpapers/openSUSEdefault/contents/images/default.png
|
|
|
|
+
|
2025-04-18 22:00:22 +00:00
|
|
|
### Output configuration
|
2025-01-24 17:59:07 +00:00
|
|
|
#
|
|
|
|
# Example configuration:
|
2025-04-18 22:00:22 +00:00
|
|
|
@@ -232,4 +235,4 @@ bindsym $mod+r mode "resize"
|
|
|
|
# Special key to take a screenshot with grim
|
|
|
|
bindsym Print exec grim
|
2025-01-24 17:59:07 +00:00
|
|
|
|
|
|
|
-include /etc/sway/config.d/*
|
|
|
|
+# include /etc/sway/config.d/*
|
|
|
|
--
|
2025-03-29 19:07:17 +00:00
|
|
|
2.49.0
|
2025-01-24 17:59:07 +00:00
|
|
|
|