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