Skip to content

Instantly share code, notes, and snippets.

@3rn3st0
Created March 29, 2018 05:49
Show Gist options
  • Save 3rn3st0/d557aaa923c33ab5b1545a530bbcd2c0 to your computer and use it in GitHub Desktop.
Save 3rn3st0/d557aaa923c33ab5b1545a530bbcd2c0 to your computer and use it in GitHub Desktop.
Configuraciones de OpenBox (.config/openbox/)
# 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