dotfiles/home/.config/i3/conf.d/autostart.conf

28 lines
924 B
Plaintext
Raw Normal View History

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