From 1e258986aedae45f6046731840a38613997861a8 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 8 Jan 2026 17:00:30 -0500 Subject: hardcode single wallpaper --- config/LauncherConfig.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'config/LauncherConfig.qml') 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 -- cgit v1.2.3-freya