diff --git a/config.org b/config.org index 1f3b65f..69321ca 100644 --- a/config.org +++ b/config.org @@ -538,6 +538,19 @@ needs to be set up to install them if they aren't already. (start-process-shell-command "xrandr" nil xrandr-command)))) #+end_src +*** Extra Simulation Keys + The ones provided by the default are very nice, but I also want to + use =C-w=, =M-w= and =C-y= for cut, copy and paste and =C-s= for + searching. This is done by setting [[help:exwm-input-simulation-keys][exwm-input-simulation-keys]] + + #+begin_src emacs-lisp + (nconc exwm-input-simulation-keys + (list (cons (kbd "C-w") (kbd "C-x")) + (cons (kbd "M-w") (kbd "C-c")) + (cons (kbd "C-y") (kbd "C-v")) + (cons (kbd "C-s") (kbd "C-f")))) + #+end_src + ** Mode Line *** Clock The time is a useful thing to know... and 12-hour clock is for