You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
321 B
Bash

#!/bin/bash
##
# This file is part of the code-cloppers openbox setup.
#
# This script should be executed on startup of openbox.
start() {
nohup "$@" &
}
# The launcher
start albert
# The dock
start plank
# Compositing (cool shadows/smooth looks for windows)
start xcompmgr
# The notification daemon
start dunst