Updated all for my Lenovo x201 with i3 WM
This commit is contained in:
parent
0931f9d30b
commit
6a6fd2f2da
50 changed files with 4165 additions and 1 deletions
37
old/fluxbox/startup
Normal file
37
old/fluxbox/startup
Normal file
|
@ -0,0 +1,37 @@
|
|||
#!/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`
|
||||
|
||||
# Applets
|
||||
blueman-applet&
|
||||
pasystray &
|
||||
nm-applet &
|
||||
|
||||
# Disable bell
|
||||
xset -b
|
||||
|
||||
# Defaults Apps
|
||||
spotify &
|
||||
brscan-skey &
|
||||
owncloud &
|
||||
|
||||
# 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