iso-profiles/mabox-linux/live-overlay/etc/skel/.config/openbox/autostart

43 lines
1.1 KiB
Plaintext
Raw Normal View History

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
2021-08-22 19:30:51 +02:00
## Resolution
#xrandr --output VGA-1 --primary --mode 1600x900 --pos 0x0 --rotate normal
#xrandr --output VGA-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal
2020-02-20 01:35:02 +01:00
## Set keyboard settings - 250 ms delay and 25 cps (characters per second) repeat rate.
## Adjust the values according to your preferances.
2021-08-22 19:30:51 +02:00
#xset r rate 250 25
2020-02-20 01:35:02 +01:00
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 &
## Panel
2020-02-20 01:35:02 +01:00
(sleep 1s && mb-tint2-session) &
2019-11-01 17:22:26 +01:00
2021-12-10 23:52:16 +01:00
## Background
(sleep 2s && nitrogen --restore) &
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
2021-12-10 23:52:16 +01:00
#(sleep 2s && mb-conky-session --autostart) &
2019-11-01 17:22:26 +01:00
## Betterlockscreen setup
2020-08-26 17:27:51 +02:00
betterlockscreen_setup &
2020-02-20 01:35:02 +01:00