9 lines
148 B
Plaintext
9 lines
148 B
Plaintext
|
#!/bin/sh
|
||
|
# This is only here because my xserver is rarted
|
||
|
# in other words i setup my own rice every login by hand :(
|
||
|
newbg
|
||
|
bright 60
|
||
|
compton -b
|
||
|
|
||
|
|