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