X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=x%2F.xinitrc;h=4a919979bbc6860b1b3ed7ba9cc91a390260faef;hb=e3da9572f033be86e6103a4224f45b0dbec5694a;hp=f910dadbd2040132d165ea2068957180fd33300e;hpb=ac1f7c98075f108653bd5a8bc99ef80815a158bc;p=dotfiles.git diff --git a/x/.xinitrc b/x/.xinitrc index f910dad..4a91997 100755 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -5,26 +5,21 @@ 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 & fi -# Other system wide xinit files -if [ -d /etc/X11/xinit/xinitrc.d ]; then - for f in /etc/X11/xinit/xinitrc.d/?*.sh; do - [ -x "$f" ] && . "$f" - done -fi - # status bar slstatus & -# window manager -while true; do dwm 1>/tmp/dwm.log 2>&1; done +# 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 +fi