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