I probably should stop restarting awesome to fix the keyboard layouts
This commit is contained in:
parent
6bf90ff000
commit
cf86e4d9aa
1 changed files with 2 additions and 0 deletions
2
shellrc
2
shellrc
|
@ -63,6 +63,8 @@ alias fixterm='printf "c"'
|
|||
alias vi='command vim'
|
||||
alias pg-linux-client='command sudo -u postgres psql'
|
||||
alias mysql='mysql --sigint-ignore'
|
||||
alias kblayouts='setxkbmap -layout us,ru -variant altgr-intl,typewriter -option ctrl:nocaps,grp:win_space_toggle,grp_led:caps,compose:menu'
|
||||
alias kbfix='xkbcomp $DISPLAY - | egrep -v "group . = AltGr;" | xkbcomp - $DISPLAY'
|
||||
|
||||
# iconv
|
||||
alias iconvwk='command iconv -c -f cp1251 -t koi8-r'
|
||||
|
|
Loading…
Reference in a new issue