mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-06-08 04:09:15 -04:00
refactor(Spotlight): Use Spotlight alongside OG Launcher
- Update to add DMS Action keys in Keyboard Shortcuts - Defaulted in niri/hyprland includes file as `Alt+Space` - New (IPC): `dms ipc call spotlight-bar toggle` - Slight UI update to follow user radius
This commit is contained in:
@@ -308,15 +308,6 @@ Item {
|
||||
onToggled: checked => SettingsData.set("frameCloseGaps", !checked)
|
||||
}
|
||||
|
||||
SettingsToggleRow {
|
||||
settingKey: "frameUseSpotlightLauncher"
|
||||
tags: ["frame", "connected", "launcher", "spotlight", "search", "minimal"]
|
||||
text: I18n.tr("Use Spotlight Launcher")
|
||||
description: I18n.tr("Use the centered minimal launcher instead of the connected V2 launcher")
|
||||
checked: SettingsData.frameUseSpotlightLauncher
|
||||
onToggled: checked => SettingsData.set("frameUseSpotlightLauncher", checked)
|
||||
}
|
||||
|
||||
SettingsButtonGroupRow {
|
||||
settingKey: "frameLauncherEmergeSide"
|
||||
tags: ["frame", "connected", "launcher", "modal", "emerge", "direction", "bottom", "top"]
|
||||
|
||||
Reference in New Issue
Block a user