PKGBUILDs/community/xdm-archlinux/Xstartup
2009-10-09 21:15:33 -05:00

7 lines
205 B
Bash
Executable file

#!/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