config/launcher: set default maxShown to 7
Better for 1920x1080 screens
This commit is contained in:
parent
b5883441df
commit
082c757bb0
2 changed files with 2 additions and 2 deletions
|
|
@ -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": {
|
||||||
|
|
|
||||||
|
|
@ -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: ">"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue