diff --git a/.config/ags/modules/overview/overview_hyprland.js b/.config/ags/modules/overview/overview_hyprland.js index 362e9e610..0ce07d146 100644 --- a/.config/ags/modules/overview/overview_hyprland.js +++ b/.config/ags/modules/overview/overview_hyprland.js @@ -415,7 +415,7 @@ export default () => { }) .hook(App, (box, name, visible) => { // Update on open if (name == 'overview' && visible) { - overviewMonitor.value = Hyprland.active.monitor.id + overviewMonitor.value = Hyprland.active.monitor.id; box.attribute.update(box); } })