Delete unused files

This commit is contained in:
Takumi Sueda
2022-07-12 02:16:00 +09:00
parent 98aa4c1b12
commit 9b8b93f313
3 changed files with 0 additions and 22 deletions

View File

@@ -1,6 +0,0 @@
#!/bin/sh
if raspi-config nonint is_kms ; then
if ps ax | grep -v grep | grep -q openbox ; then
exec xcompmgr -aR
fi
fi

View File

@@ -1,11 +0,0 @@
Section "Extensions"
Option "DPMS" "Disable"
EndSection
Section "ServerLayout"
Identifier "ServerLayout0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
Option "BlankTime" "0"
EndSection