My configuration files for Debian/Ubuntu applications
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

1234567891011121314
  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