From: Armaan Bhojwani Date: Tue, 1 Jun 2021 01:56:29 +0000 (+0000) Subject: xmodmap: only tangle on frost X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=e65672e91aec2d66c2d28413c9ed60e2dac4bb79 xmodmap: only tangle on frost --- diff --git a/config.org b/config.org index 09c04d6..32053ea 100644 --- a/config.org +++ b/config.org @@ -1153,22 +1153,15 @@ I use tmux in order to keep my st build light. Still learning how it works. allow-emacs-pinentry #+end_src ** Xmodmap -#+begin_src conf :tangle ~/.config/xmodmap - ! +#+begin_src conf (if (eq system-name "frost.armaanb.net") ":tangle ~/.config/xmodmap") ! Unmap left super - ! clear mod4 - ! ! Turn right alt into super - ! remove mod1 = Alt_R add mod4 = Alt_R -#+end_src -#+begin_src conf (if (eq system-name "frost.armaanb.net") ":tangle ~/.config/xmodmap") - ! + ! Swap caps and control - ! remove Lock = Caps_Lock remove Control = Control_L remove Lock = Control_L