X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=blobdiff_plain;f=config.org;h=32053ea9cd22d0e5c5acf82f20660da17fc518b5;hp=09c04d68f97619cc12a8ef06b00b7703aeffc6e5;hb=e65672e91aec2d66c2d28413c9ed60e2dac4bb79;hpb=257ba62a22a0213db4cf395235e4b456e370a335 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