mailcap, xinit
[dotfiles.git] / x / .xinitrc
index e789b05..4a91997 100755 (executable)
@@ -5,12 +5,6 @@ export _JAVA_AWT_WM_NONREPARENTING=1
 # notifications
 dunst &
 
-# gpg agent
-eval "$(gpg-agent --daemon)"
-
-# XResources
-xrdb -merge ~/.Xresources
-
 # auto locking but only on laptop
 if [ $(hostname) != ygdrassil ]; then
        xautolock -locker slock -time 10 &
@@ -22,6 +16,9 @@ slstatus &
 # compositor
 xcompmgr -a -c -l0 -t0 -r0 -o.00 &
 
+setxkbmap dvorak,ru ,phonetic_dvorak compose:ralt,grp:shifts_toggle,grp_led:scroll,ctrl:swapcaps
+
+
 # Other system wide xinit files
 if [ -f /etc/X11/xinit/xinitrc ]; then
        . /etc/X11/xinit/xinitrc