Update and minor changes to upgrade script
This commit is contained in:
4
home/.config/openbox/autostart
Executable file → Normal file
4
home/.config/openbox/autostart
Executable file → Normal file
@ -1,9 +1,9 @@
|
||||
# launch compton if enabled
|
||||
# compton
|
||||
al-compositor --start &
|
||||
|
||||
#$HOME/.config/setup &
|
||||
# enable numlock, commented out for laptop users
|
||||
#numlockx on &
|
||||
# numlockx &
|
||||
|
||||
# restore wallpaper
|
||||
nitrogen --restore &
|
||||
|
@ -16,5 +16,3 @@ export DE="xfce"
|
||||
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
|
||||
eval `dbus-launch --sh-syntax --exit-with-session`
|
||||
fi
|
||||
|
||||
QT_QPA_PLATFORMTHEME=qt5ct
|
||||
|
Reference in New Issue
Block a user