From 207f8e9d84fff618bd58cd3923e2115b66d07b11 Mon Sep 17 00:00:00 2001 From: Luke Date: Fri, 24 Nov 2017 11:08:15 -0700 Subject: [PATCH] no more keyboard overwrite --- .config/i3/config | 3 ++- .vimrc | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index a6ae3e07..4ac2e435 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -47,7 +47,8 @@ exec --no-startup-id python ~/.config/Scripts/offlineimap-daemon.py #exec --no-startup-id feh --bg-scale ~/.config/wall.png exec_always --no-startup-id wal -c -i ~/.config/wall.png #Remaps the caps lock button to escape and uses the US international keyboard with dead keys -exec_always --no-startup-id setxkbmap -layout us -variant altgr-intl -option caps:escape +exec_always --no-startup-id setxkbmap -option caps:escape +#exec_always --no-startup-id setxkbmap -layout us -variant altgr-intl -option caps:escape #Remap Menu button to Super: #exec_always --no-startup-id xmodmap -e 'keycode 135 = Super_R' bindsym Menu exec --no-startup-id xmodmap -e 'keycode 135 = Super_R' diff --git a/.vimrc b/.vimrc index c9e403b9..b7fd382e 100644 --- a/.vimrc +++ b/.vimrc @@ -7,7 +7,6 @@ set relativenumber "let didit = 0 "autocmd! InsertEnter * if ! didit | call feedkeys("\\:nohlsearch|let didit = 1\", 'n') | endif "autocmd! InsertLeave * let didit = 0 -"set spell vnoremap "*y nnoremap :tabnew