From 5f73b94ee87a8eb3f8fd8cd5d08bc34011736947 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Wed, 23 Oct 2019 09:03:05 +0000 Subject: [PATCH] Add dockd to autostart --- .config/i3/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/i3/config b/.config/i3/config index 8441ab7..90daccd 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -105,6 +105,7 @@ exec xsetroot -solid "#000000" exec xss-lock -n /home/kunsi/.bin/notify.sh -- /home/kunsi/.bin/screenlock.sh exec xinput disable 'SynPS/2 Synaptics TouchPad' exec xinput disable 'ELAN Touchscreen' +exec --no-startup-id dockd --daemon #bindsym Control+$mod+l exec /home/kunsi/.bin/screenlock.sh bindsym XF86Tools exec /home/kunsi/.bin/screenlock.sh