mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-25 03:08:34 +02:00
xsession: parse ~/.zshenv to get path
This commit is contained in:
parent
9d19e3e0b0
commit
06bbd3f418
1 changed files with 1 additions and 8 deletions
9
xsession
9
xsession
|
@ -1,8 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Setup PATH
|
|
||||||
export PATH=$HOME/bin:/sbin:/usr/local/sbin:/usr/sbin:/bin:/usr/local/bin:/usr/bin:/usr/local/games:/usr/games
|
|
||||||
|
|
||||||
# Setup locale
|
# Setup locale
|
||||||
export LANG=fr_FR.utf8
|
export LANG=fr_FR.utf8
|
||||||
export LC_MESSAGES=en_US.utf8
|
export LC_MESSAGES=en_US.utf8
|
||||||
|
@ -16,15 +13,11 @@ export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
# We do not want to rely on crappy mailcap
|
# We do not want to rely on crappy mailcap
|
||||||
export MAILCAPS=$HOME/.mailcap
|
export MAILCAPS=$HOME/.mailcap
|
||||||
|
|
||||||
# Workaround a bug in XI focus-in events. See:
|
|
||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=677329
|
|
||||||
export GDK_CORE_DEVICE_EVENTS=1
|
|
||||||
|
|
||||||
# Make QT automatically scale according to screen DPI
|
# Make QT automatically scale according to screen DPI
|
||||||
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
[ -e ~/.zsh/env ] && . ~/.zsh/env
|
[ -e ~/.zshenv ] && . ~/.zshenv
|
||||||
|
|
||||||
# GDM move Xauthority in some obscure place
|
# GDM move Xauthority in some obscure place
|
||||||
# See:
|
# See:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue