From 7384ab44dc48f4b0a0dcc09ac5c4a880f2272e53 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Wed, 3 Nov 2021 21:06:17 +0100 Subject: xinit.sh: Removed swapping of caps and escape. --- xinit.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xinit.sh') diff --git a/xinit.sh b/xinit.sh index f519592..3b547d1 100755 --- a/xinit.sh +++ b/xinit.sh @@ -4,7 +4,8 @@ xrdb ~/.Xresources pgrep -x picom || picom -b pgrep -x dunst || dunst & -setxkbmap -layout es -option caps:swapescape +#setxkbmap -layout es -option caps:swapescape +setxkbmap -layout es xset -b pgrep -x unclutter || unclutter --idle 1 & #touchpad.sh -- cgit v1.2.1