summaryrefslogtreecommitdiff
path: root/config/LauncherConfig.qml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-01-08 17:00:30 -0500
committerFreya Murphy <freya@freyacat.org>2026-01-22 08:31:53 -0500
commitb0b4523905f2b3efbb4d7532dcb39a6d306cdc51 (patch)
tree73266265e4f0177769facadd62b0a755cabde0f3 /config/LauncherConfig.qml
parentremove pfp (diff)
downloadcaelestia-shell-b0b4523905f2b3efbb4d7532dcb39a6d306cdc51.tar.gz
caelestia-shell-b0b4523905f2b3efbb4d7532dcb39a6d306cdc51.tar.bz2
caelestia-shell-b0b4523905f2b3efbb4d7532dcb39a6d306cdc51.zip
hardcode single wallpaper
Diffstat (limited to '')
-rw-r--r--config/LauncherConfig.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/LauncherConfig.qml b/config/LauncherConfig.qml
index ea55838..896882f 100644
--- a/config/LauncherConfig.qml
+++ b/config/LauncherConfig.qml
@@ -4,7 +4,6 @@ JsonObject {
property bool enabled: true
property bool showOnHover: false
property int maxShown: 7
- property int maxWallpapers: 9 // Warning: even numbers look bad
property string specialPrefix: "@"
property int dragThreshold: 50
property bool vimKeybinds: false