mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-03 14:54:21 +02:00
xsession: let zshenv set locale
This commit is contained in:
parent
513fe9207b
commit
3416e78891
1 changed files with 1 additions and 4 deletions
5
xsession
5
xsession
|
@ -1,9 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Setup locale
|
|
||||||
export LANG=fr_FR.utf8
|
|
||||||
export LC_MESSAGES=en_US.utf8
|
|
||||||
|
|
||||||
# Ensure we use the appropriate gtkrc-2.0 file
|
# Ensure we use the appropriate gtkrc-2.0 file
|
||||||
export GTK2_RC_FILES=$HOME/.gtkrc-2.0
|
export GTK2_RC_FILES=$HOME/.gtkrc-2.0
|
||||||
|
|
||||||
|
@ -21,6 +17,7 @@ export QT_QPA_PLATFORMTHEME=qt5ct
|
||||||
export NO_AT_BRIDGE=1
|
export NO_AT_BRIDGE=1
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
|
unset LC_ALL
|
||||||
[ -e ~/.zshenv ] && . ~/.zshenv
|
[ -e ~/.zshenv ] && . ~/.zshenv
|
||||||
|
|
||||||
# Services are started with systemd
|
# Services are started with systemd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue