diff options
Diffstat (limited to 'exwm-config.el')
-rw-r--r-- | exwm-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exwm-config.el b/exwm-config.el index d6e10f23c9f7..e1e5010d3d0d 100644 --- a/exwm-config.el +++ b/exwm-config.el @@ -39,7 +39,7 @@ ;; 's-w': Switch workspace (exwm-input-set-key (kbd "s-w") #'exwm-workspace-switch) ;; 's-N': Switch to certain workspace - (dotimes (i exwm-workspace-number) + (dotimes (i 10) (exwm-input-set-key (kbd (format "s-%d" i)) `(lambda () (interactive) (exwm-workspace-switch ,i)))) ;; 's-&': Launch application |