#------------------------------------------------ # # autostart - login command execution # #------------------------------------------------ # ensure that notification daemon is running exec --no-startup-id dunst # run window composer (with 2ms per step while faiding) exec --no-startup-id compton -f -D 2 # enable touchpad with tapping and two-finger scroll exec --no-startup-id synclient TouchpadOff=0 exec --no-startup-id synclient TapButton1=1 exec --no-startup-id synclient VertTwoFingerScroll=1 exec --no-startup-id synclient VertHysteresis=30 exec --no-startup-id synclient HorizHysteresis=30 # tune down screen colors with redshift # exec --no-startup-id redshift -l 52.43:15.15 -m randr # run network manager exec --no-startup-id nm-applet # run clipboard manager #exec --no-startup-id bash -c "/usr/bin/clipit &" exec --no-startup-id parcellite # run bluetooth manager #exec blueman-applet # run tray icon with calendar #exec gtrayicon --activate="gsimplecal" --deactivate="killall gsimplecal" --activate-icon="/usr/share/ratflow/icons/cal-activate.png" --deactivate-icon="/usr/share/ratflow/icons/cal-deactivate.png" # other autostart apps #exec terminator -p ratflow-terminator #exec pcmanfm #exec firefox #exec thunderbird