Browse Source

Use [0..9] for exwm workspaces

main
parent
commit
0a2a4f6952
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 2
      README.org

2
README.org

@ -1781,7 +1781,7 @@ home.file.".xinitrc" = {
(lambda () (lambda ()
(interactive) (interactive)
(exwm-workspace-switch-create ,i)))) (exwm-workspace-switch-create ,i))))
(number-sequence 1 9))))
(number-sequence 0 9))))
;; Configure `exwm-randr'. ;; Configure `exwm-randr'.
(require 'exwm-randr) (require 'exwm-randr)

Loading…
Cancel
Save