diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-10-17 20:23:36 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-10-17 20:23:36 -0400 |
commit | 91bc82f849d077c3531014fd6ea4d3390f33d14c (patch) | |
tree | 50c2e3b50ade78658b713c6c844a3c50c881c484 /init.el | |
parent | Add EXWM support for multiple monitors and assign workspaces (diff) | |
download | mmosmacs-91bc82f849d077c3531014fd6ea4d3390f33d14c.tar.gz mmosmacs-91bc82f849d077c3531014fd6ea4d3390f33d14c.tar.bz2 mmosmacs-91bc82f849d077c3531014fd6ea4d3390f33d14c.zip |
Add keybind to toggle EXWM floating window
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 |