diff --git a/modules/exwm.org b/modules/exwm.org index 77093c3..39eed6b 100644 --- a/modules/exwm.org +++ b/modules/exwm.org @@ -63,6 +63,7 @@ Connect all of the custom hooks and configure the input keys, a custom layer for (add-hook 'exwm-update-class-hook (lambda () (exwm-workspace-rename-buffer exwm-class-name))) (dotfiles/update-display) (dotfiles/run-in-background "nitrogen --restore") ;; Update the wallpaper. + (dotfiles/run-in-background "xmodmap") ;; Rebind CTRL and CAPS. (exwm-enable)) #+end_src