diff options
author | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-18 08:24:31 -0400 |
---|---|---|
committer | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-25 07:43:05 -0400 |
commit | 77c3efcb1ad3e1cbddd509c1f72b8b252b299dee (patch) | |
tree | 749385490f943ba02f4fe8a291717dc6645cecf9 /.xinitrc | |
parent | Improved sha256sum checker (diff) |
Track my custom xkb layout
Diffstat (limited to '')
-rwxr-xr-x | .xinitrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,6 @@ #!/bin/sh redshift -l 44.22:-76.48 -t 6500:2500 & -setxkbmap -layout us -variant icd -option -option lv3:ralt_switch_multikey \ - -option ctrl:nocaps +xkbcomp -I$HOME/.xkb $HOME/.xkb/keymap/icd $DISPLAY # xcompmgr & urxvt & trayer --tint black --edge top --SetDockType true --SetPartialStrut true \ |