refactor: remove setting

This commit is contained in:
DuckySoLucky
2025-10-10 21:34:37 +02:00
parent f0c44734bc
commit b22c2e7d4d
5 changed files with 3 additions and 16 deletions
-4
View File
@@ -354,10 +354,6 @@
"label": "Use App2Unit to launch applications",
"description": "Uses an alternative launch method to better manage app processes and prevent issues."
},
"ignore-initial-mouse": {
"label": "Ignore initial mouse position",
"description": "When enabled, the launcher always defaults to the first item, ignoring where your mouse cursor is positioned. Selection only changes when you move the mouse."
},
"terminal-command": {
"label": "Terminal command",
"description": "Command to launch a terminal. E.g., 'kitty -e' or 'gnome-terminal --'."
+1 -2
View File
@@ -104,8 +104,7 @@
"pinnedExecs": [],
"useApp2Unit": false,
"sortByMostUsed": true,
"terminalCommand": "xterm -e",
"ignoreInitialMousePosition": false
"terminalCommand": "xterm -e"
},
"controlCenter": {
"position": "close_to_bar_button",