diff options
author | Joe <rrbo@proton.me> | 2023-01-09 15:55:03 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-01-09 15:55:03 +0100 |
commit | c506bd42ffc83a309535509f5692afac92083a67 (patch) | |
tree | d5ef620a6937f13e482cf3839558194a1cf5b222 /.config/openbox/environment | |
parent | update (diff) | |
download | dotfiles-bsd-c506bd42ffc83a309535509f5692afac92083a67.tar.gz dotfiles-bsd-c506bd42ffc83a309535509f5692afac92083a67.tar.bz2 dotfiles-bsd-c506bd42ffc83a309535509f5692afac92083a67.tar.xz dotfiles-bsd-c506bd42ffc83a309535509f5692afac92083a67.tar.zst dotfiles-bsd-c506bd42ffc83a309535509f5692afac92083a67.zip |
openbox
Diffstat (limited to '.config/openbox/environment')
-rwxr-xr-x | .config/openbox/environment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/openbox/environment b/.config/openbox/environment new file mode 100755 index 0000000..3311bd6 --- /dev/null +++ b/.config/openbox/environment @@ -0,0 +1,10 @@ +# +# 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 |