2019-11-01 17:22:26 +01:00
|
|
|
## 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
|
|
|
|
##
|
2020-02-20 01:35:02 +01:00
|
|
|
## 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
|
|
|
|
|
2020-08-26 17:27:51 +02:00
|
|
|
## Mabox Live session lang hack
|
|
|
|
/usr/bin/mb-langfiles.sh &
|
|
|
|
|
2020-02-20 01:35:02 +01:00
|
|
|
# Alias Super key to Super+Space for single-key menu.
|
|
|
|
# See 'man xcape' for other possibilities.
|
|
|
|
xcape -e 'Super_L=Super_L|space'
|
2019-11-01 17:22:26 +01:00
|
|
|
|
|
|
|
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
|
|
|
|
|
|
|
## Background
|
2021-02-12 11:15:13 +01:00
|
|
|
(sleep 2s && nitrogen --restore) &
|
2019-11-01 17:22:26 +01:00
|
|
|
|
|
|
|
## Panel
|
2020-02-20 01:35:02 +01:00
|
|
|
(sleep 1s && mb-tint2-session) &
|
2019-11-01 17:22:26 +01:00
|
|
|
|
2020-02-20 01:35:02 +01:00
|
|
|
## Optionally enable file manager in daemon mode for automounting
|
|
|
|
(sleep 1s && pcmanfm -d) &
|
2019-11-01 17:22:26 +01:00
|
|
|
|
|
|
|
## Conky
|
|
|
|
(sleep 2s && mb-conky-session --autostart) &
|
|
|
|
|
|
|
|
## Betterlockscreen setup
|
2020-08-26 17:27:51 +02:00
|
|
|
betterlockscreen_setup &
|
2020-02-20 01:35:02 +01:00
|
|
|
|