From 4fa151eb178332d0030acc078b26b4a003d187a9 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 16 Feb 2024 16:42:43 +0700 Subject: [PATCH] overview: update after actions --- .config/ags/widgets/overview/overview_hyprland.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/ags/widgets/overview/overview_hyprland.js b/.config/ags/widgets/overview/overview_hyprland.js index 78eb8b652..0ce537be5 100644 --- a/.config/ags/widgets/overview/overview_hyprland.js +++ b/.config/ags/widgets/overview/overview_hyprland.js @@ -68,6 +68,7 @@ export default () => { button.connect("activate", () => { // execAsync([`${onClickBinary}`, `${thisWorkspace}`, `${i}`]).catch(print); actionFunc(thisWorkspace, i); + overviewTick.setValue(!overviewTick.value); }); submenu.append(button); }