mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Migración de Github
This commit is contained in:
commit
5f80ad5e47
113 changed files with 6084 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.
|
||||
|
||||
# Change your keymap:
|
||||
xmodmap "/home/shl/.Xmodmap"
|
||||
|
||||
#Automounting devices
|
||||
udiskie &
|
||||
|
||||
# battery icon
|
||||
cbatticon &
|
||||
|
||||
# Network Manager Icon
|
||||
nm-applet &
|
||||
|
||||
# Applications you want to run with fluxbox.
|
||||
# MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&'' AT THE END.
|
||||
#
|
||||
# unclutter -idle 2 &
|
||||
# wmnd &
|
||||
# wmsmixer -w &
|
||||
idesk &
|
||||
|
||||
# And last but not least we start fluxbox.
|
||||
# Because it is the last app you have to run it with ''exec'' before it.
|
||||
|
||||
exec fluxbox
|
||||
# or if you want to keep a log:
|
||||
# exec fluxbox -log "/home/shl/.fluxbox/log"
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue