diff options
Diffstat (limited to 'exwm-config.el')
-rw-r--r-- | exwm-config.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exwm-config.el b/exwm-config.el index 6635e4345db3..4454ea5a684d 100644 --- a/exwm-config.el +++ b/exwm-config.el @@ -47,8 +47,8 @@ ([?\s-w] . exwm-workspace-switch) ;; 's-&': Launch application. ([?\s-&] . (lambda (command) - (interactive (list (read-shell-command "$ "))) - (start-process-shell-command command nil command))) + (interactive (list (read-shell-command "$ "))) + (start-process-shell-command command nil command))) ;; 's-N': Switch to certain workspace. ,@(mapcar (lambda (i) `(,(kbd (format "s-%d" i)) . |