From a9ef5d83069f632df7286f8995c86771d88decd1 Mon Sep 17 00:00:00 2001 From: reo6 Date: Thu, 11 May 2023 20:55:34 +0300 Subject: [PATCH] [i3] Ditch caps lock and use it as control key --- i3/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i3/config b/i3/config index e624070..f2cd85d 100644 --- a/i3/config +++ b/i3/config @@ -215,3 +215,6 @@ focus_follows_mouse yes # xset key hold speed exec --no-startup-id "xset r rate 350 30" + +# Caps lock is control +exec --no-startup-id setxkbmap -option "caps:ctrl_modifier"