Created
January 27, 2016 11:49
-
-
Save zviryatko/fd77c22bed2ef340d858 to your computer and use it in GitHub Desktop.
Openbox autostart script, put into ~/.config/openbox/autostart.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# mandatory | |
tint2 & | |
pcmanfm -d & | |
# optional | |
# set desktop background | |
# pcmanfm --desktop & | |
nitrogen --restore & | |
# keyboard settings | |
setxkbmap -option "grp:lctrl_lshift_toggle" -layout "us,ru" & | |
kbdd & | |
xxkb & | |
# environment | |
parcellite -d & | |
volumeicon & | |
tilda & | |
pidgin & | |
claws-mail & | |
dropbox start & | |
touchpad & | |
# disable screen blanking | |
xset s off | |
xset s noblank | |
xset -dpms | |
xset -b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment