openbox-de/openbox/autostart

47 lines
728 B
Plaintext

# Set Russian layout
setxkbmap -layout us,ru -option "grp:ctrl_shift_toggle,grp_led:scroll" -variant ",winkeys" &
# Set keyboard repeat delay
xset r rate 150 20 &
# Disable screen blanking
xset s noblank &
xset s off &
# Generate Openbox menu
obmenu-generator -p -i
# Load panel
fbpanel &
# Set background image
feh --bg-scale ~/wallpapers/amazingdrawings_1920x1080.jpg
# Load layout indicator
xxkb &
# Load Skype
/opt/bin/skype &
# Load Pidgin
pidgin &
# Load volumeicon
volumeicon &
# Load Seafile
/usr/local/bin/seafile-applet &
# Load polkit-agent for mount drives
/usr/libexec/polkit-gnome-authentication-agent-1 &
# Load Mail Notifier
mail-notifier &
# Load Eventlist
eventlist &
# Load Conky
conky_start &