mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-11-05 17:58:04 +09:00
7 lines
136 B
Bash
Executable File
7 lines
136 B
Bash
Executable File
#!/bin/sh
|
|
if raspi-config nonint is_kms ; then
|
|
if ps ax | grep -v grep | grep -q openbox ; then
|
|
exec xcompmgr -aR
|
|
fi
|
|
fi
|