reorganize directory structure again
This commit is contained in:
27
home/.config/i3/conf.d/autostart.conf
Normal file
27
home/.config/i3/conf.d/autostart.conf
Normal file
@@ -0,0 +1,27 @@
|
||||
# Configure applications to start once i3 has initialized
|
||||
|
||||
#exec --no-startup-id xfce4-panel --disable-wm-check
|
||||
#exec --no-startup-id stalonetray -c ~/.stalonetrayrc
|
||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec --no-startup-id xfce4-power-manager
|
||||
exec_always --no-startup-id fix_xcursor
|
||||
exec --no-startup-id nm-applet
|
||||
exec --no-startup-id clipit
|
||||
# exec_always --no-startup-id ff-theme-util
|
||||
# exec --no-startup-id start_conky_mia
|
||||
|
||||
# Random wallpaper
|
||||
exec --no-startup-id ~/bin/wallpaper.sh &
|
||||
|
||||
# Timeout to activate screensaver/lockscreen
|
||||
exec --no-startup-id xautolock -time 10 -locker 'i3lock-fancy -p' &
|
||||
|
||||
# Composition Manager (Transparency)
|
||||
#exec --no-startup-id xcompmgr -c -f -n
|
||||
#exec --no-startup-id compton --config ~/.config/compton/compton.conf &
|
||||
|
||||
# Network Keyboard/Mouse/Clipboard
|
||||
#exec --no-startup-id synergy &
|
||||
exec --no-startup-id barrier &
|
||||
|
||||
# End autostart configuration
|
Reference in New Issue
Block a user