mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
8 lines
205 B
Text
8 lines
205 B
Text
|
#!/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
|