desktopConfig/home/overflow/.config/openbox/autostart
2014-01-06 20:54:17 +01:00

40 lines
977 B
Text
Executable file

## ManjaroBox Autostart File
##
## Written by Carl Duff
##
## 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
##
## DPMS - Display Power Management Signaling
## This is disabled by default to prevent auto-actions when
## the system is idle, such as screen blanking (10 mins) or
## suspending (1 hour).
xset -dpms; xset s off &
## Basic compositing effects
compton -CGb &
## Background
nitrogen --restore &
## Panel
(sleep 1s && tint2) &
## Startup
#(sleep 1s && pnmixer) &
#(sleep 1s && pa-applet) &
(sleep 3s && conky) &
#u expos window switcher
skippy-xd --start-daemon &
easystroke &
## Optionally enable file manager in daemon mode for automounting
(sleep 1s && thunar --daemon) &
## Optionally enable screensaver
#(sleep 1s && xautolock -time 15 -locker 'xlock -mode blank') &
## Optionally disable touchpad
#/usr/bin/synclient TouchpadOff=1 &