home/fluxbox/startup
2017-04-03 22:18:24 +02:00

35 lines
426 B
Bash

#!/bin/sh
#
# fluxbox startup-script:
#
# Lines starting with a '#' are ignored.
# Transparency
xcompmgr -c &
# Screensaver
xscreensaver -no-splash &
# Background
fbsetbg -a `tail -n 1 .fluxbox/lastwallpaper|cut -d'|' -f 2`
# Network manager
nm-applet &
# Disable bell
xset -b
# Defaults Apps
spotify &
brscan-skey &
# SSH
ssh-add &
which fbautostart > /dev/null
if [ $? -eq 0 ]; then
fbautostart
fi
exec fluxbox