1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-19 17:45:21 -04:00

keybinds: add toggle to switch to FloatingWindow and back

This commit is contained in:
bbedward
2026-06-16 23:03:06 -04:00
parent 0ca451483f
commit f26c0af39a
6 changed files with 575 additions and 314 deletions
+2
View File
@@ -465,6 +465,8 @@ Singleton {
property bool launcherUseOverlayLayer: false
property string launcherStyle: "full"
property bool spotlightBarShowModeChips: false
property bool keybindsFloatingWindow: false
onKeybindsFloatingWindowChanged: saveSettings()
property string _legacyWeatherLocation: "New York, NY"
property string _legacyWeatherCoordinates: "40.7128,-74.0060"
@@ -230,6 +230,7 @@ var SPEC = {
launcherUseOverlayLayer: { def: false },
launcherStyle: { def: "full" },
spotlightBarShowModeChips: { def: false },
keybindsFloatingWindow: { def: false },
useAutoLocation: { def: false },
weatherEnabled: { def: true },