mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
feat(Application Launcher): add option to ignore initial mouse position
This commit is contained in:
@@ -125,7 +125,7 @@ Singleton {
|
||||
JsonAdapter {
|
||||
id: adapter
|
||||
|
||||
property int settingsVersion: 15
|
||||
property int settingsVersion: 16
|
||||
|
||||
// bar
|
||||
property JsonObject bar: JsonObject {
|
||||
@@ -233,6 +233,7 @@ Singleton {
|
||||
property bool useApp2Unit: false
|
||||
property bool sortByMostUsed: true
|
||||
property string terminalCommand: "xterm -e"
|
||||
property bool ignoreInitialMousePosition: true
|
||||
}
|
||||
|
||||
// control center
|
||||
|
||||
Reference in New Issue
Block a user