My configuration files for Debian/Ubuntu applications
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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