[i3] Wait two seconds before triggering i3 autostart

This commit is contained in:
Sebastian Schulze 2018-11-12 10:12:41 +01:00
parent cf5726e820
commit ce3b494cc8
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 3 additions and 1 deletions

View File

@ -47,6 +47,8 @@ exec --no-startup-id compton --config ~/.config/i3/compton.conf
exec --no-startup-id xautolock -time 6 -locker "i3-blur-lock --dpms"
exec --no-startup-id i3-polybar
exec --no-startup-id redshift -l 48.15:11.64
exec --no-startup-id bash -c "sleep 2 && i3-autostart"
# lock
bindsym Control+Mod1+l exec i3-blur-lock
@ -280,4 +282,4 @@ for_window [title="win7"] floating enable; border none
for_window [class="krunner"] floating enable; border none
for_window [class="Kmix"] floating enable; border none
for_window [class="Klipper"] floating enable; border none
for_window [class="Plasmoidviewer"] floating enable; border none
for_window [class="Plasmoidviewer"] floating enable; border none