Initial commit of Phil's config files.
This commit is contained in:
parent
c678074922
commit
3fae792a80
73 changed files with 1197 additions and 184 deletions
10
etc/rc.local
Executable file
10
etc/rc.local
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
# Default rc.local for void; add your custom commands here.
|
||||
#
|
||||
# This is run by runit in stage 2 before the services are executed
|
||||
# (see /etc/runit/2).
|
||||
|
||||
[ -x /etc/rc.firewall ] && /etc/rc.firewall start
|
||||
|
||||
echo 5000 >/sys/class/backlight/intel_backlight/brightness
|
||||
|
||||
/sbin/setcolors /etc/setcolors.conf
|
||||
Loading…
Add table
Add a link
Reference in a new issue