mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
no more keyboard overwrite
This commit is contained in:
parent
6d7135eddf
commit
207f8e9d84
@ -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 --no-startup-id feh --bg-scale ~/.config/wall.png
|
||||||
exec_always --no-startup-id wal -c -i ~/.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
|
#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:
|
#Remap Menu button to Super:
|
||||||
#exec_always --no-startup-id xmodmap -e 'keycode 135 = Super_R'
|
#exec_always --no-startup-id xmodmap -e 'keycode 135 = Super_R'
|
||||||
bindsym Menu exec --no-startup-id xmodmap -e 'keycode 135 = Super_R'
|
bindsym Menu exec --no-startup-id xmodmap -e 'keycode 135 = Super_R'
|
||||||
|
|||||||
1
.vimrc
1
.vimrc
@ -7,7 +7,6 @@ set relativenumber
|
|||||||
"let didit = 0
|
"let didit = 0
|
||||||
"autocmd! InsertEnter * if ! didit | call feedkeys("\<C-\>\<C-o>:nohlsearch|let didit = 1\<CR>", 'n') | endif
|
"autocmd! InsertEnter * if ! didit | call feedkeys("\<C-\>\<C-o>:nohlsearch|let didit = 1\<CR>", 'n') | endif
|
||||||
"autocmd! InsertLeave * let didit = 0
|
"autocmd! InsertLeave * let didit = 0
|
||||||
"set spell
|
|
||||||
vnoremap <C-c> "*y
|
vnoremap <C-c> "*y
|
||||||
nnoremap <C-t> :tabnew<cr>
|
nnoremap <C-t> :tabnew<cr>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user