From 6434534bbfc90f6e0a559827d3d4e000d5ec48a5 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Mon, 2 Mar 2020 11:13:29 +0100 Subject: [PATCH] fix: disable caps-lock --- .xprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/.xprofile b/.xprofile index 9225edc..8e40db4 100644 --- a/.xprofile +++ b/.xprofile @@ -5,6 +5,7 @@ xcompmgr -c -r0 & export ZDOTDIR="$HOME/.config/zsh" setxkbmap de +setxkbmap -option caps:none _autostart_on_launch() {