dotfiles

commit 68e4d1889bea38ca912581db66cabfe5d852cbfa

Author: Honza Pokorny <me@honza.ca>

Make the laptop keyboard a bit more useful

 i3/config | 5 +++++


diff --git a/i3/config b/i3/config
index d03d5d81123b1c4fefd4551e1a478b101b5a3877..07f3c48a2aa77536c0c15a54183489abce83b556 100644
--- a/i3/config
+++ b/i3/config
@@ -179,3 +179,8 @@ # exec keyboard
 
 # mako gives you notifications (it's a dunst replacement)
 exec  mako
+
+# For the built-in laptop keyboard, turn capslock into ctrl
+input 1:1:AT_Translated_Set_2_keyboard {
+  xkb_options ctrl:nocaps
+}
\ No newline at end of file