9 lines
148 B
Bash
Executable File
9 lines
148 B
Bash
Executable File
#!/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
|
|
|
|
|