Skip to content

Commit

Permalink
feat: add binding mode toggle to example glazewm config (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
michidk authored Nov 19, 2024
1 parent 7a050a3 commit e59644b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/starter/with-glazewm.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
<button
className="binding-mode"
key={bindingMode.name}
onClick={() => output.glazewm.runCommand(`wm-disable-binding-mode --name ${bindingMode.name}`)}
>
{bindingMode.displayName ?? bindingMode.name}
</button>
Expand Down

0 comments on commit e59644b

Please sign in to comment.