aboutsummaryrefslogtreecommitdiff
path: root/home-manager/tests/modules/misc/xsession/basic-xsession-expected.txt
blob: c11b7c33048ac8219e0cce745a5420aac419df2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if [ -z "$HM_XPROFILE_SOURCED" ]; then
  . ~/.xprofile
fi
unset HM_XPROFILE_SOURCED

systemctl --user start hm-graphical-session.target

init extra commands

window manager command

systemctl --user stop graphical-session.target
systemctl --user stop graphical-session-pre.target

# Wait until the units actually stop.
while [ -n "$(systemctl --user --no-legend --state=deactivating list-units)" ]; do
  sleep 0.5
done