dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 40f64b563da914e3b488e83b155a49ce6da636f4
parent b14a1b00b17d1acd746d5569769433a144b0826a
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 28 Jan 2015 21:36:17 -0800

Replace caps lock with ctrl on i3 startup

Diffstat:
M.i3/config | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.i3/config b/.i3/config @@ -143,5 +143,8 @@ bar { status_command i3status } +# make CapsLock key to Ctrl +exec --no-startup-id setxkbmap -option ctrl:nocaps + # lock screen on idle exec --no-startup-id xautolock -time 10 -locker "$lock_screen"