- Added Fluxbox configuration
This commit is contained in:
parent
888f9f2dee
commit
d22866075c
21 changed files with 854 additions and 0 deletions
34
fluxbox/startup
Normal file
34
fluxbox/startup
Normal file
|
@ -0,0 +1,34 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue