logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git

.xinitrc (793B)


  1. export GDK_BACKEND=x11
  2. export QT_QPA_PLATFORM=xcb
  3. #export CLUTTER_BACKEND=
  4. #export SDL_VIDEODRIVER=
  5. export MY_LOCKER=slock
  6. #setxkbmap \
  7. # -layout us,ru \
  8. # -variant lanodan,phonetic \
  9. # -option terminate:ctrl_alt_bksp,ctrl:nocaps
  10. setxkbmap \
  11. -layout "${XKB_DEFAULT_LAYOUT}" \
  12. -variant "${XKB_DEFAULT_VARIANT}" \
  13. -option "${XKB_DEFAULT_OPTIONS}"
  14. # -rules "${XKB_DEFAULT_RULES}" \
  15. # -model "${XKB_DEFAULT_MODEL}" \
  16. st &
  17. xset +dpms dpms 40 60 200 s 40 s expose s on
  18. xautolock -time 0 -locker locker -secure -detectsleep &
  19. ~/.screenlayout/default.sh
  20. ~/.fehbg
  21. g810-led -pp < /home/haelwenn/.config/g810-led-profile
  22. #setxkbmap us -option terminate:ctrl_alt_bksp
  23. #xmodmap ~/.xmodmaprc
  24. #xkbcomp -w0 -I$HOME/.xkb -R$HOME/.xkb keymap/custom $DISPLAY
  25. redshift &
  26. xbindkeys &
  27. xmobar &
  28. uim-xim &
  29. xmonad