diff --git a/home/.config/i3/conf.d/autostart.conf b/home/.config/i3/conf.d/autostart.conf index c670df3..0ddecb5 100644 --- a/home/.config/i3/conf.d/autostart.conf +++ b/home/.config/i3/conf.d/autostart.conf @@ -11,16 +11,16 @@ exec_always --no-startup-id fix_xcursor # exec --no-startup-id start_conky_mia # Random wallpaper -exec --no-startup-id $i3_path/wallpaper.sh& +exec --no-startup-id ~/bin/wallpaper.sh & # Timeout to activate screensaver/lockscreen -exec --no-startup-id xautolock -time 10 -locker i3lock-fancy -p +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.conf +exec --no-startup-id compton --config ~/.config/compton.conf & # Network Keyboard/Mouse/Clipboard -exec --no-startup-id synergy +exec --no-startup-id synergy & # End autostart configuration