PKGBUILDs/community/xdm-archlinux/Xstartup

8 lines
205 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
#!/bin/sh
# Get rid of all clients started by Xsetup
xwininfo -root -children | grep ' 0x' | cut -d' ' -f6 | xargs -n1 xkill -id
# From the default Xstartup file; 'GiveConsole'
chown $USER /dev/console