diff --git a/.config/ags/modules/overview/overview_hyprland.js b/.config/ags/modules/overview/overview_hyprland.js index 77d3bb3c..fb83fccf 100644 --- a/.config/ags/modules/overview/overview_hyprland.js +++ b/.config/ags/modules/overview/overview_hyprland.js @@ -437,6 +437,6 @@ export default () => { workspaces: userOptions.overview.numOfCols, }) ) - }) + }), }); }