no more keyboard overwrite

This commit is contained in:
Luke 2017-11-24 11:08:15 -07:00
parent 6d7135eddf
commit 207f8e9d84
2 changed files with 2 additions and 2 deletions

View File

@ -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'

1
.vimrc
View File

@ -7,7 +7,6 @@ set relativenumber
"let didit = 0
"autocmd! InsertEnter * if ! didit | call feedkeys("\<C-\>\<C-o>:nohlsearch|let didit = 1\<CR>", 'n') | endif
"autocmd! InsertLeave * let didit = 0
"set spell
vnoremap <C-c> "*y
nnoremap <C-t> :tabnew<cr>