config/launcher: set default maxShown to 7

Better for 1920x1080 screens
This commit is contained in:
2 * r + 2 * t 2025-09-13 10:58:36 +10:00
parent b5883441df
commit 082c757bb0
2 changed files with 2 additions and 2 deletions

View file

@ -463,7 +463,7 @@ default, you must create it manually.
"dragThreshold": 50, "dragThreshold": 50,
"vimKeybinds": false, "vimKeybinds": false,
"enableDangerousActions": false, "enableDangerousActions": false,
"maxShown": 8, "maxShown": 7,
"maxWallpapers": 9, "maxWallpapers": 9,
"specialPrefix": "@", "specialPrefix": "@",
"useFuzzy": { "useFuzzy": {

View file

@ -3,7 +3,7 @@ import Quickshell.Io
JsonObject { JsonObject {
property bool enabled: true property bool enabled: true
property bool showOnHover: false property bool showOnHover: false
property int maxShown: 8 property int maxShown: 7
property int maxWallpapers: 9 // Warning: even numbers look bad property int maxWallpapers: 9 // Warning: even numbers look bad
property string specialPrefix: "@" property string specialPrefix: "@"
property string actionPrefix: ">" property string actionPrefix: ">"