rc.xml, autostart

master
Daniel Napora 2021-02-01 19:48:24 +01:00
parent 96a24fc9ab
commit 8e9f25884f
2 changed files with 1293 additions and 0 deletions

42
common/autostart 100755
View File

@ -0,0 +1,42 @@
## 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
## Copy Language files for Mabox - only for first run
/usr/bin/mabox-langfiles &
## 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'
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
## Background
(sleep 2s && nitrogen --restore) &
## Panel
(sleep 1s && mb-tint2-session) &
## Optionally enable file manager in daemon mode for automounting
(sleep 1s && pcmanfm -d) &
## Optionally disable touchpad
#/usr/bin/synclient TouchpadOff=1 &
## Betterlockscreen setup
betterlockscreen_setup &
## Mabox scripts - DO NOT DISABLE
(sleep 1s && mabox-obstart startopenbox) &

1251
common/rc.xml 100644

File diff suppressed because it is too large Load Diff