Compare commits

...

2 Commits

Author SHA1 Message Date
an 8f26d0e4a9 add a MIM file for my keyboard layout 2019-10-25 00:15:13 -04:00
an 10c5224410 xprofile: use setxkbmap for caps as ctrl 2019-10-25 00:06:13 -04:00
3 changed files with 25 additions and 0 deletions

View File

@ -16,6 +16,7 @@ export EDITOR=vim
# run user startup jobs
xrdb -merge ~/.Xresources
setxkbmap -option 'caps:ctrl_modifier'
ibus-daemon &
mpd &

1
links
View File

@ -35,6 +35,7 @@ system/fcitx/config ~/.config/fcitx/config
system/fcitx/data ~/.config/fcitx/data
system/fcitx/profile ~/.config/fcitx/profile
system/git-gui.desktop ~/.local/share/kservices5/git-gui.desktop
system/progm.mim ~/.m17n.d/progm.mim
system/services/marrub.service ~/.config/systemd/user/marrub.service
system/services/marrub.timer ~/.config/systemd/user/marrub.timer
themes/hgtk.py ~/.config/ranger/colorschemes/hgtk.py

23
system/progm.mim Normal file
View File

@ -0,0 +1,23 @@
(input-method en progm)
(description "Programmer english")
(title "en")
(map
(trans
(":" "+")
("'" "@")
("\"" "`")
("@" "\"")
("^" "&")
("&" "'")
("*" "(")
("(" ")")
(")" "-")
("-" ":")
("_" "*")
("=" "_")
("+" "=")
("`" "^")
("/" "/")))
(state (init (trans)))