1#!/bin/sh 2 3set -e 4 5feh --bg-center /root/.config/openbox/background.png & 6picom --vsync & 7 8exit 0
View as plain text