mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-17 22:39:57 -05:00
overview: update after actions
This commit is contained in:
@@ -68,6 +68,7 @@ export default () => {
|
|||||||
button.connect("activate", () => {
|
button.connect("activate", () => {
|
||||||
// execAsync([`${onClickBinary}`, `${thisWorkspace}`, `${i}`]).catch(print);
|
// execAsync([`${onClickBinary}`, `${thisWorkspace}`, `${i}`]).catch(print);
|
||||||
actionFunc(thisWorkspace, i);
|
actionFunc(thisWorkspace, i);
|
||||||
|
overviewTick.setValue(!overviewTick.value);
|
||||||
});
|
});
|
||||||
submenu.append(button);
|
submenu.append(button);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user