aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index 2877df9..3bb5683 100644
--- a/init.el
+++ b/init.el
@@ -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