aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-10-17 20:23:36 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-10-17 20:23:36 -0400
commit91bc82f849d077c3531014fd6ea4d3390f33d14c (patch)
tree50c2e3b50ade78658b713c6c844a3c50c881c484
parentAdd EXWM support for multiple monitors and assign workspaces (diff)
downloadmmosmacs-91bc82f849d077c3531014fd6ea4d3390f33d14c.tar.gz
mmosmacs-91bc82f849d077c3531014fd6ea4d3390f33d14c.tar.bz2
mmosmacs-91bc82f849d077c3531014fd6ea4d3390f33d14c.zip
Add keybind to toggle EXWM floating window
-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