
| Current Path : /etc/lxdm/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //etc/lxdm/PostLogout |
#!/bin/sh
#
# PostLogout is run as the logged-in user right after he has logged out.
# Kills all your processes when you log out.
# (Stolen von Arch-Linux)
#ps --user $USER | awk 'NR > 1 {print $1}' | xargs -t kill
# Fix for pulseaudio (Stolen von Arch-Linux):
test -x /usr/bin/pax11publish && /usr/bin/pax11publish -r
# Sets the desktop background to solid black. Useful if you have multiple monitors.
xsetroot -solid black