2025-04-18 22:00:22 +00:00
|
|
|
From bd5e53d75d023e876b97a68578d3995e0b5201be Mon Sep 17 00:00:00 2001
|
2025-01-24 17:59:07 +00:00
|
|
|
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
|
|
|
|
--
|
2025-03-29 19:07:17 +00:00
|
|
|
2.49.0
|
2025-01-24 17:59:07 +00:00
|
|
|
|