mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 04:20:03 +02:00
xsession: remove GDM hack
This commit is contained in:
parent
06bbd3f418
commit
731ea82793
1 changed files with 0 additions and 9 deletions
9
xsession
9
xsession
|
@ -19,15 +19,6 @@ export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||||||
# Environment variables
|
# Environment variables
|
||||||
[ -e ~/.zshenv ] && . ~/.zshenv
|
[ -e ~/.zshenv ] && . ~/.zshenv
|
||||||
|
|
||||||
# GDM move Xauthority in some obscure place
|
|
||||||
# See:
|
|
||||||
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614972
|
|
||||||
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586685
|
|
||||||
[ "$XAUTHORITY" = $HOME/.Xauthority ] || {
|
|
||||||
XAUTHORITY=$HOME/.Xauthority xauth merge $XAUTHORITY
|
|
||||||
export XAUTHORITY=$HOME/.Xauthority
|
|
||||||
}
|
|
||||||
|
|
||||||
systemctl --user import-environment
|
systemctl --user import-environment
|
||||||
|
|
||||||
case "$(hostname)" in
|
case "$(hostname)" in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue