From e65672e91aec2d66c2d28413c9ed60e2dac4bb79 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Tue, 1 Jun 2021 01:56:29 +0000 Subject: [PATCH] xmodmap: only tangle on frost --- config.org | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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 -- 2.39.2