mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-05-16 17:22:45 -04:00
fix(HyprlandService): Correct window address format for focus dispatch (#2426)
This commit is contained in:
@@ -355,7 +355,7 @@ decoration {
|
||||
|
||||
function focusWindow(windowAddress) {
|
||||
if (Hyprland.usingLua) {
|
||||
Hyprland.dispatch(`hl.dsp.focus({window = "address:${windowAddress}"})`);
|
||||
Hyprland.dispatch(`hl.dsp.focus({window = "address:0x${windowAddress}"})`);
|
||||
} else {
|
||||
Hyprland.dispatch(`focuswindow address:${windowAddress}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user