You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.4 KiB
45 lines
1.4 KiB
#------------------------------------------------ |
|
# |
|
# 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 picom -f -D 2 -C --vsync |
|
#exec --no-startup-id compton --config ~/.config/compton.conf -b |
|
|
|
# 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 bash -c "/usr/bin/diodon &" |
|
#exec --no-startup-id clipit |
|
#exec --no-startup-id qlipper |
|
|
|
# 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 |
|
|
|
|
|
|