diff options
author | Sebastian Reichel <sre@ring0.de> | 2015-12-06 11:04:43 +0100 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2015-12-06 11:04:43 +0100 |
commit | 78d71e916b8df3957f00aac07467419d04ae0910 (patch) | |
tree | 5f4f78dde33801937510e826270390cae085bd8e /environment | |
download | openbox-config-78d71e916b8df3957f00aac07467419d04ae0910.tar.bz2 |
initial openbox config
Diffstat (limited to 'environment')
-rw-r--r-- | environment | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/environment b/environment new file mode 100644 index 0000000..71fffa5 --- /dev/null +++ b/environment @@ -0,0 +1,14 @@ +# +# 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 + +XMODIFIERS=@im=SCIM +GTK_IM_MODULE=scim +QT_IM_MODULE=scim |