Created
March 29, 2018 05:49
-
-
Save 3rn3st0/d557aaa923c33ab5b1545a530bbcd2c0 to your computer and use it in GitHub Desktop.
Configuraciones de OpenBox (.config/openbox/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# compton | |
al-compositor --start & | |
# enable numlock, commented out for laptop users | |
numlockx & | |
parcellite -d & | |
# restore wallpaper | |
nitrogen --restore & | |
# start panel | |
sleep 1; al-polybar-session & | |
# system tray | |
sleep 1; trayer --edge bottom --align left --widthtype request --SetDockType false --expand true & | |
# Openbox autostart | |
ob-autostart -d & | |
# PolicyKit authentication | |
lxpolkit & | |
# Required for xfce settings to work | |
xfsettingsd & | |
# Side shortcuts for file managers | |
xdg-user-dirs-gtk-update & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment