summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-13 10:58:36 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-13 10:58:36 +1000
commit082c757bb0a5486ce3c4563d8062221d6f9a941f (patch)
tree29851ca5164c89707047478b0f2394e2fb2a4bf3 /config
parentlauncher: fix anim (diff)
downloadcaelestia-shell-082c757bb0a5486ce3c4563d8062221d6f9a941f.tar.gz
caelestia-shell-082c757bb0a5486ce3c4563d8062221d6f9a941f.tar.bz2
caelestia-shell-082c757bb0a5486ce3c4563d8062221d6f9a941f.zip
config/launcher: set default maxShown to 7
Better for 1920x1080 screens
Diffstat (limited to 'config')
-rw-r--r--config/LauncherConfig.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/LauncherConfig.qml b/config/LauncherConfig.qml
index 5f88ccd..9d9c50c 100644
--- a/config/LauncherConfig.qml
+++ b/config/LauncherConfig.qml
@@ -3,7 +3,7 @@ import Quickshell.Io
JsonObject {
property bool enabled: true
property bool showOnHover: false
- property int maxShown: 8
+ property int maxShown: 7
property int maxWallpapers: 9 // Warning: even numbers look bad
property string specialPrefix: "@"
property string actionPrefix: ">"