Browse Source

Call Xmodmap on startup

main
parent
commit
44e2ee3d49
  1. 1
      modules/exwm.org

1
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

Loading…
Cancel
Save