My configuration files for Debian/Ubuntu applications
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
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