summaryrefslogtreecommitdiff
path: root/src/modules/sidebar
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-02 19:48:18 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-02 19:48:18 +1100
commit473e5a6b8afe024598b0850259bc7acb38c35ede (patch)
tree0ac515a92890745023becda932444c4d0b5b6c8a /src/modules/sidebar
parentbar: refactor to use visible not replace (diff)
downloadcaelestia-shell-473e5a6b8afe024598b0850259bc7acb38c35ede.tar.gz
caelestia-shell-473e5a6b8afe024598b0850259bc7acb38c35ede.tar.bz2
caelestia-shell-473e5a6b8afe024598b0850259bc7acb38c35ede.zip
notifpopups: fix clicking opening sidebar
Diffstat (limited to 'src/modules/sidebar')
-rw-r--r--src/modules/sidebar/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/sidebar/index.tsx b/src/modules/sidebar/index.tsx
index 9d61bae..60675d6 100644
--- a/src/modules/sidebar/index.tsx
+++ b/src/modules/sidebar/index.tsx
@@ -16,7 +16,7 @@ export default class SideBar extends Widget.Window {
constructor({ monitor }: { monitor: Monitor }) {
super({
application: App,
- name: "sidebar",
+ name: `sidebar${monitor.id}`,
namespace: "caelestia-sidebar",
monitor: monitor.id,
anchor: Astal.WindowAnchor.LEFT | Astal.WindowAnchor.TOP | Astal.WindowAnchor.BOTTOM,