60 lines
1.4 KiB
Plaintext
60 lines
1.4 KiB
Plaintext
|
## Mabox Autostart File
|
||
|
##
|
||
|
##
|
||
|
##
|
||
|
## Note that global autostart .desktop files will also be in
|
||
|
## /etc/xdg/openbox/autostart. These will include applications
|
||
|
## such as the Network Manager and Parcellite
|
||
|
##
|
||
|
## Turn on/off system beep.
|
||
|
xset b off
|
||
|
|
||
|
## 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
|
||
|
|
||
|
# Alias Super key to Super+Space for single-key menu.
|
||
|
# See 'man xcape' for other possibilities.
|
||
|
xcape -e 'Super_L=Super_L|space'
|
||
|
|
||
|
|
||
|
## Ensure that obmenu-generator (a pipe menu) is set to the user.
|
||
|
## Does this for each session (i.e. ease of use for addtional
|
||
|
## accounts where created.
|
||
|
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||
|
|
||
|
## Background
|
||
|
(sleep 1s && nitrogen --restore) &
|
||
|
|
||
|
|
||
|
## Panel
|
||
|
(sleep 1s && mb-tint2-session) &
|
||
|
|
||
|
## Startup
|
||
|
(sleep 1s && volumeicon) &
|
||
|
(sleep 1s && xfce4-volumed-pulse) &
|
||
|
(sleep 1s && clipit) &
|
||
|
(sleep 1s && gkrellm -w) &
|
||
|
|
||
|
## Optionally enable file manager in daemon mode for automounting
|
||
|
(sleep 1s && pcmanfm -d) &
|
||
|
|
||
|
|
||
|
## Optionally disable touchpad
|
||
|
#/usr/bin/synclient TouchpadOff=1 &
|
||
|
|
||
|
## Regeneracja menu
|
||
|
(sleep 1s && mb-regenerate-menu) &
|
||
|
|
||
|
## Mabox-welcome screen
|
||
|
(sleep 1s && mb-welcome --autostart) &
|
||
|
|
||
|
## Conky
|
||
|
(sleep 2s && mb-conky-session --autostart) &
|
||
|
|
||
|
## Basic compositing effects
|
||
|
(sleep 1s && compton) &
|
||
|
|
||
|
## Betterlockscreen setup
|
||
|
betterlockscreen_setup &
|