mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-25 11:18:33 +02:00
systemd: be sure to reread user files on start
This commit is contained in:
parent
29d7cacbaa
commit
b770f06714
1 changed files with 1 additions and 0 deletions
1
xsession
1
xsession
|
@ -23,4 +23,5 @@ systemctl --user import-environment
|
||||||
systemd-run -q --scope --user tmux start-server
|
systemd-run -q --scope --user tmux start-server
|
||||||
mkdir -p ~/.config/systemd
|
mkdir -p ~/.config/systemd
|
||||||
ln -nsf ~/.config/awesome/systemd ~/.config/systemd/user
|
ln -nsf ~/.config/awesome/systemd ~/.config/systemd/user
|
||||||
|
systemctl --user daemon-reload
|
||||||
exec systemctl --user start --wait xsession@$(systemd-escape -- "$DISPLAY").target
|
exec systemctl --user start --wait xsession@$(systemd-escape -- "$DISPLAY").target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue