summarylogtreecommitdiffstats
path: root/obsession
blob: ac8c1c76fa5386eac2bfac087576ee3d8a1e2c76 (plain)
1
2
3
4
5
6
7
#!/bin/bash
#An additional script for setting certain options

[[ $(pidof openbox) ]] || exit

#Default, empty background comes out gray. Black is cooler.
[[ -n "$(command -v hsetroot)" ]] && exec hsetroot -solid "#000000"