glzr-io/glazewm

Possible to add workspace 0 ?

Closed this issue · 2 comments

Since we only have on our keyboard 0 is just beside 1-9, I am wondering is it possible for workspace 0 as 1 more extra workspace does not hurt as the way I am using is 1 apps per workspace.

just add it in the config.yaml and use it ;-) That's what I did.

workspaces:
  - name: "0"

keybindings:
  - command: "focus workspace 0"
    binding: "Alt+0"

@kackburt is correct. You probably also need:

  - commands: ["move to workspace 0", "focus workspace 0"]
    bindings: ["Alt+Shift+0"]