From 164ffa991ffbf9ae443bbfce6e741362feb3f20d Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Mon, 17 May 2021 12:07:38 +0530 Subject: fixed error in xmodmap where caps lock still worked as caps lock --- .zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zprofile') diff --git a/.zprofile b/.zprofile index 09daa68..3147449 100644 --- a/.zprofile +++ b/.zprofile @@ -15,4 +15,4 @@ if [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]]; then startx fi -[[ -f ~/.Xmodmap ]] && xmodmap ~/.Xmodmap +[[ -f ~/.Xmodmap ]] && xmodmap ~/.Xmodmap && xmodmap -e 'clear lock' -- cgit v1.2.3