mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-13 03:34:22 +02:00
xsession: remove duplicate
This commit is contained in:
parent
3ba1e7e45d
commit
3c67187644
1 changed files with 0 additions and 36 deletions
36
xsession
36
xsession
|
@ -1,36 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# Ensure we use the appropriate gtkrc-2.0 file
|
|
||||||
export GTK2_RC_FILES=$HOME/.gtkrc-2.0
|
|
||||||
|
|
||||||
# We do not want to rely on crappy mailcap
|
|
||||||
export MAILCAPS=$HOME/.mailcap
|
|
||||||
|
|
||||||
# Make QT automatically scale according to screen DPI
|
|
||||||
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
|
||||||
export QT_QPA_PLATFORMTHEME=qt5ct
|
|
||||||
|
|
||||||
# GTK3 apps try to contact org.a11y.Bus. Disable that.
|
|
||||||
export NO_AT_BRIDGE=1
|
|
||||||
|
|
||||||
# Environment variables
|
|
||||||
unset LC_ALL
|
|
||||||
[ -e ~/.zshenv ] && . ~/.zshenv
|
|
||||||
|
|
||||||
# Copy dotfiles
|
|
||||||
while read source target; do
|
|
||||||
mkdir -p $(dirname $target)
|
|
||||||
ln -sf ~/.config/i3/dotfiles/$source $HOME/$target
|
|
||||||
done <<EOF
|
|
||||||
Xresources .Xresources
|
|
||||||
gtkrc-2.0 .gtkrc-2.0
|
|
||||||
gtkrc-3.0 .config/gtk-3.0/settings.ini
|
|
||||||
qt5ct.conf .config/qt5ct/qt5ct.conf
|
|
||||||
systemd .config/systemd/user
|
|
||||||
firefox.js .mozilla/firefox/*/user.js
|
|
||||||
EOF
|
|
||||||
|
|
||||||
# Services are started with systemd
|
|
||||||
systemctl --user import-environment
|
|
||||||
systemctl --user daemon-reload
|
|
||||||
exec systemctl --user start --wait xsession.target
|
|
Loading…
Add table
Add a link
Reference in a new issue