.xsession-spanish 638 B

123456789101112131415161718192021222324
  1. ######
  2. #dbus
  3. if [ -x /usr/local/bin/dbus-launch -a -z "${DBUS_SESSION_BUS_ADDRESS}" ]; then
  4. eval `dbus-launch --sh-syntax --exit-with-session`
  5. fi
  6. ######
  7. setxkbmap es &
  8. ~/.res.sh &
  9. export LC_CTYPE=es_ES.UTF-8
  10. export LANG=es_ES.UTF-8
  11. export LC_ALL=es_ES.UTF-8
  12. export LC_COLLATE=es_ES.UTF-8
  13. export LC_MESSAGES=es_ES.UTF-8
  14. export LC_TIME=es_ES.UTF-8
  15. export LC_NUMERIC=es_ES.UTF-8
  16. xclock -update 1 -fn 10x20 -analog -geometry 250x250+2+2 -render -bg Gray -hd Gray &
  17. xclock -digital -render -update 60 -strftime " %A, %v" -face "Droid Mono:pixelsize=14:style=Bold" -geometry 250x30+2+253 -bg Gray &
  18. (sleep 5 && compton)&
  19. exec fvwm