diff options
| author | Camil Staps | 2016-03-24 21:18:36 +0100 | 
|---|---|---|
| committer | Camil Staps | 2016-11-30 19:11:08 +0100 | 
| commit | 50c91d4e9d5fe2dedacbc9672385db2fe2930daf (patch) | |
| tree | eb55c15fef210f9fe6e8f694946aae332bf546fa | |
| parent | Added setbg script (diff) | |
Added dvorak keymap
| -rw-r--r-- | system/xmobarrc.symlink | 1 | ||||
| -rw-r--r-- | system/xsessionrc.symlink | 2 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/system/xmobarrc.symlink b/system/xmobarrc.symlink index f360f60..cc55142 100644 --- a/system/xmobarrc.symlink +++ b/system/xmobarrc.symlink @@ -14,6 +14,7 @@ Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*"      , Run Swap ["-L","10","-H","30","--low","green","--normal","orange","--high","red"] 10      , Run Com "uname" ["-s","-r"] "" 36000      , Run Kbd [("us(intl)", "<fc=#66ccff>US</fc>") +              ,("us(dvorak-intl)", "<fc=#dc68fc>DV</fc>")                ,("ru(phonetic)", "<fc=#ff3300>RU</fc>")                ,("il(biblicalSIL)", "<fc=#66ff66>HE</fc>")]      , Run Date "%a %b %_d %Y %H:%M:%S" "date" 10 diff --git a/system/xsessionrc.symlink b/system/xsessionrc.symlink index a7578e2..e249fe2 100644 --- a/system/xsessionrc.symlink +++ b/system/xsessionrc.symlink @@ -22,7 +22,7 @@ export SSH_AUTH_SOCK   # enable gpg-agent for ssh  xrdb ~/.Xresources -setxkbmap "us(intl),ru(phonetic),il(biblicalSIL)" -option grp:shift_caps_toggle +setxkbmap "us(intl),us(dvorak-intl),ru(phonetic),il(biblicalSIL)" -option grp:shift_caps_toggle  # WM  exec /etc/alternatives/x-window-manager | 
