dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 14d94630af7dbd2102ef4365ff6187902abab6c5
parent 4b20bac57e321c4ffc3e11a2c547c5523e9034af
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Thu, 21 Jan 2016 22:06:14 -0800

OpenBox: Clean up autostart

Diffstat:
config/openbox/autostart | 33++++-----------------------------
1 file changed, 4 insertions(+), 29 deletions(-)

diff --git a/config/openbox/autostart b/config/openbox/autostart @@ -1,22 +1,3 @@ -## Openbox autostart.sh -## ==================== -## When you login to your CrunchBang Openbox session, this autostart script -## will be executed to set-up your environment and launch any applications -## you want to run at startup. -## -## Note*: some programs, such as 'nm-applet' are run via XDG autostart. -## Run '/usr/lib/openbox/openbox-xdg-autostart --list' to list any -## XDG autostarted programs. -## -## More information about this can be found at: -## http://openbox.org/wiki/Help:Autostart -## -## If you do something cool with your autostart script and you think others -## could benefit from your hack, please consider sharing it at: -## http://crunchbang.org/forums/ -## -## Have fun & happy CrunchBangin'! :) - screen.sh & ## GNOME PolicyKit and Keyring @@ -25,15 +6,9 @@ eval $(gnome-keyring-daemon -s --components=pkcs11,secrets,ssh,gpg) & ## Set root window colour hsetroot -solid "#2E3436" & -## Group start: -## 1. nitrogen - restores wallpaper -## 2. compositor - start -## 3. sleep - give compositor time to start -## 4. tint2 panel -(\ -nitrogen --restore && \ -cb-compositor --start \ -) & +nitrogen --restore & + +cb-compositor --start & tint2 & @@ -66,7 +41,7 @@ xscreensaver -no-splash & ## Set keyboard settings - 250 ms delay and 25 cps (characters per second) repeat rate. ## Adjust the values according to your preferances. -xset r rate 250 25 & +xset r rate 250 25 xset mouse 20 30 ## Turn on/off system beep