From 0bcd0c84366c4710329479db744239d42684b474 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 23 Apr 2018 01:18:17 -0400 Subject: [PATCH] lock: Remove setxkbmap call, doing it in xorg.conf now --- .config/i3/lock.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/i3/lock.sh b/.config/i3/lock.sh index 664f3c3..a411524 100755 --- a/.config/i3/lock.sh +++ b/.config/i3/lock.sh @@ -2,7 +2,6 @@ lock() { killall -SIGHUP gpg-agent - setxkbmap -option 'ctrl:nocaps' -option "shift:both_capslock" # needs i3lock-color i3lock --ignore-empty-password --clock --indicator -f --color=222222 \