diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -205,7 +205,8 @@ | |||
205 | (start-process-shell-command | 205 | (start-process-shell-command |
206 | command nil command))) | 206 | command nil command))) |
207 | ;; Switch workspace with `s-w' | 207 | ;; Switch workspace with `s-w' |
208 | ([?\s-w] . exwm-workspace-switch))) | 208 | ([?\s-w] . exwm-workspace-switch) |
209 | ([?\s-g] . exwm-floating-toggle-floating))) | ||
209 | (exwm-enable)) | 210 | (exwm-enable)) |
210 | 211 | ||
211 | ;; Setup multiple monitors & workspace assignments | 212 | ;; Setup multiple monitors & workspace assignments |