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.

25 lines
413 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 "$@" &
}
# emacs!
start emacs --daemon
# The launcher
start albert
# The dock
start plank
# Compositing (cool shadows/smooth looks for windows)
start xcompmgr
# Enable tap-to-click
xinput set-prop "DLL082A:01 06CB:76AF Touchpad" "libinput Tapping Enabled" 1