123456789101112131415161718192021222324252627 |
- #
- # These things are run when an Openbox X Session is started.
- # You may place a similar script in $HOME/.config/openbox/autostart
- # to run user-specific things.
- #
- # If you want to use GNOME config tools...
- #
- #if test -x /usr/lib/x86_64-linux-gnu/gnome-settings-daemon >/dev/null; then
- # /usr/lib/x86_64-linux-gnu/gnome-settings-daemon &
- #elif which gnome-settings-daemon >/dev/null 2>&1; then
- # gnome-settings-daemon &
- #fi
- # If you want to use XFCE config tools...
- #
- #xfce-mcs-manager &
- nitrogen --restore
- tint2 &
- /home/swatson/.config/lemonbar/startLemon.sh &
- nm-applet &
- #compton -b &
- dunst &
- expressvpn connect &
- # Enable mousepad while typing
- xinput set-prop 12 318 0
- xinput set-prop 12 287 0
|