From cf86e4d9aa78eb15fd42fe5c4922187df1866023 Mon Sep 17 00:00:00 2001 From: Von Random Date: Mon, 15 Aug 2016 11:16:30 +0300 Subject: [PATCH] I probably should stop restarting awesome to fix the keyboard layouts --- shellrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shellrc b/shellrc index 524f13a..b7532b7 100644 --- a/shellrc +++ b/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'