Skip to content

Instantly share code, notes, and snippets.

@zviryatko
Created January 27, 2016 11:49
Show Gist options
  • Save zviryatko/fd77c22bed2ef340d858 to your computer and use it in GitHub Desktop.
Save zviryatko/fd77c22bed2ef340d858 to your computer and use it in GitHub Desktop.
Openbox autostart script, put into ~/.config/openbox/autostart.sh
#!/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