now set keyboard layouts via fixkb.zsh
This commit is contained in:
parent
158902b8e5
commit
128dbc083b
1 changed files with 3 additions and 3 deletions
6
rc.lua
6
rc.lua
|
@ -814,9 +814,9 @@ end
|
||||||
-- {{{ Autostart
|
-- {{{ Autostart
|
||||||
-- don't forget you sync this file
|
-- don't forget you sync this file
|
||||||
-- this shit runs every time you restart your wm, dumbass.
|
-- this shit runs every time you restart your wm, dumbass.
|
||||||
---- set keyboard layouts
|
---- set keyboard layouts (fixkb.zsh is made to fix that)
|
||||||
awful.util.spawn_with_shell('setxkbmap -layout us,ru -variant altgr-intl,typewriter -option ctrl:nocaps,grp:win_space_toggle,grp_led:caps,compose:menu')
|
--awful.util.spawn_with_shell('setxkbmap -layout us,ru -variant altgr-intl,typewriter -option ctrl:nocaps,grp:win_space_toggle,grp_led:caps,compose:menu')
|
||||||
awful.util.spawn_with_shell('xkbcomp $DISPLAY - | egrep -v "group . = AltGr;" | xkbcomp - $DISPLAY')
|
--awful.util.spawn_with_shell('xkbcomp $DISPLAY - | egrep -v "group . = AltGr;" | xkbcomp - $DISPLAY')
|
||||||
---- populate xrdb with .Xresources config
|
---- populate xrdb with .Xresources config
|
||||||
if exists('/home/von/.Xresources') then
|
if exists('/home/von/.Xresources') then
|
||||||
awful.util.spawn_with_shell('xrdb /home/von/.Xresources')
|
awful.util.spawn_with_shell('xrdb /home/von/.Xresources')
|
||||||
|
|
Loading…
Reference in a new issue