Add Launcher settings, rename AppLauncher to Launcher
This commit is contained in:
parent
ae332b3f82
commit
fac816137a
9 changed files with 133 additions and 30 deletions
|
|
@ -194,6 +194,10 @@ Singleton {
|
|||
property JsonObject appLauncher
|
||||
|
||||
appLauncher: JsonObject {
|
||||
// When disabled, Launcher hides clipboard command and ignores cliphist
|
||||
property bool enableClipboardHistory: true
|
||||
// Position: center, top_left, top_right, bottom_left, bottom_right
|
||||
property string position: "center"
|
||||
property list<string> pinnedExecs: []
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue