diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-08 17:00:30 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-08 17:00:30 -0500 |
| commit | 1e258986aedae45f6046731840a38613997861a8 (patch) | |
| tree | 97bc34be43c96ddf3251ad98f0bab7ec664dab28 /config/LauncherConfig.qml | |
| parent | remove pfp (diff) | |
| download | caelestia-shell-1e258986aedae45f6046731840a38613997861a8.tar.gz caelestia-shell-1e258986aedae45f6046731840a38613997861a8.tar.bz2 caelestia-shell-1e258986aedae45f6046731840a38613997861a8.zip | |
hardcode single wallpaper
Diffstat (limited to 'config/LauncherConfig.qml')
| -rw-r--r-- | config/LauncherConfig.qml | 1 |
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 |