My configuration files for Debian/Ubuntu applications
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

15 linhas
488 B

  1. #!/bin/sh
  2. #
  3. # Set system-wide environment variables here for Openbox
  4. # User-specific variables should be placed in $HOME/.config/openbox/environment
  5. #
  6. # To set your language for displaying messages and time/date formats, use the following:
  7. #LANG=en_CA.UTF8
  8. # To set your keyboard layout, you need to modify your X config:
  9. # http://www.google.com/search?q=how+to+set+keyboard+layout+xorg
  10. export WALLPAPER=lamp.jpg
  11. export XDG_CONFIG_HOME=/home/immanuel/.config
  12. export HOME=/home/immanuel