Upload files to ".glzr/zebar"
This commit is contained in:
parent
361241aff4
commit
d8b083c3a1
3 changed files with 245 additions and 0 deletions
5
.glzr/zebar/script.js
Normal file
5
.glzr/zebar/script.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
export function focusWorkspace(event, context) {
|
||||
console.log('Focus button clicked!', event, context);
|
||||
const id = event.target.id;
|
||||
context.providers.glazewm.focusWorkspace(id);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue