2020-03-26 13:31:43 -05:00
|
|
|
# Configure applications to start once i3 has initialized
|
|
|
|
|
|
|
|
#exec --no-startup-id xfce4-panel --disable-wm-check
|
2021-01-11 16:45:11 -06:00
|
|
|
#exec --no-startup-id stalonetray -c ~/.stalonetrayrc
|
2020-03-26 13:31:43 -05:00
|
|
|
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|
|
|
exec --no-startup-id xfce4-power-manager
|
2021-01-11 16:44:21 -06:00
|
|
|
exec_always --no-startup-id fix_xcursor
|
|
|
|
exec --no-startup-id nm-applet
|
2020-03-26 13:31:43 -05:00
|
|
|
exec --no-startup-id clipit
|
2020-03-26 15:35:47 -05:00
|
|
|
# exec_always --no-startup-id ff-theme-util
|
|
|
|
# exec --no-startup-id start_conky_mia
|
2020-03-26 13:31:43 -05:00
|
|
|
|
|
|
|
# Random wallpaper
|
2020-04-20 15:50:09 -05:00
|
|
|
exec --no-startup-id ~/bin/wallpaper.sh &
|
2020-03-26 13:31:43 -05:00
|
|
|
|
|
|
|
# Timeout to activate screensaver/lockscreen
|
2020-04-20 15:50:09 -05:00
|
|
|
exec --no-startup-id xautolock -time 10 -locker 'i3lock-fancy -p' &
|
2020-03-26 13:31:43 -05:00
|
|
|
|
|
|
|
# Composition Manager (Transparency)
|
|
|
|
#exec --no-startup-id xcompmgr -c -f -n
|
2021-01-11 15:26:57 -06:00
|
|
|
#exec --no-startup-id compton --config ~/.config/compton/compton.conf &
|
2020-03-26 13:31:43 -05:00
|
|
|
|
|
|
|
# Network Keyboard/Mouse/Clipboard
|
2020-10-09 12:04:15 -05:00
|
|
|
#exec --no-startup-id synergy &
|
|
|
|
exec --no-startup-id barrier &
|
2020-03-26 13:31:43 -05:00
|
|
|
|
|
|
|
# End autostart configuration
|