mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-28 21:58:17 +02:00
xsession: prepare for use of user systemd to start most services
See: - <https://goral.net.pl/post/systemd-x-sessions/> - <https://www.lukeshu.com/blog/x11-systemd.html>
This commit is contained in:
parent
846566c70f
commit
0ba52f0e03
1 changed files with 2 additions and 2 deletions
4
xsession
4
xsession
|
@ -20,15 +20,15 @@ export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||||||
[ -e ~/.zshenv ] && . ~/.zshenv
|
[ -e ~/.zshenv ] && . ~/.zshenv
|
||||||
|
|
||||||
systemctl --user import-environment
|
systemctl --user import-environment
|
||||||
|
systemd-run -q --scope --user tmux start-server
|
||||||
|
|
||||||
autorandr --change
|
autorandr --change
|
||||||
. ~/.config/awesome/bin/xsettingsd-setup
|
~/.config/awesome/bin/xsettingsd-setup
|
||||||
~/.config/awesome/bin/compton &
|
~/.config/awesome/bin/compton &
|
||||||
~/.config/awesome/bin/xss-lock start &
|
~/.config/awesome/bin/xss-lock start &
|
||||||
xiccd --edid &
|
xiccd --edid &
|
||||||
setxkbmap us
|
setxkbmap us
|
||||||
inputplug -0 -c ~/.config/awesome/bin/input-event 2> /dev/null
|
inputplug -0 -c ~/.config/awesome/bin/input-event 2> /dev/null
|
||||||
redshift -l 2.35:48.87 -t 6500:3900 2> /dev/null &
|
redshift -l 2.35:48.87 -t 6500:3900 2> /dev/null &
|
||||||
systemd-run -q --scope --user tmux start-server
|
|
||||||
|
|
||||||
exec awesome
|
exec awesome
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue