~smlavine/dots

5ab7adcb201e787069305edae52485e7ea4c7e57 — Sebastian LaVine 4 months ago 1f5e0f1
.xinitrc: Remove dockd

I no longer use dockd or a dock.
1 files changed, 0 insertions(+), 9 deletions(-)

M src/.xinitrc
M src/.xinitrc => src/.xinitrc +0 -9
@@ 26,15 26,6 @@ if xrandr | grep -q 'HDMI-0 connected'; then
	xrandr --output HDMI-0 --mode 2048x1152
fi

dockd --daemon &
sleep 0.5

# Set the correct monitor configuration if DP-2 is connected (which means that
# we are on my ThinkPad laptop, connected to a dock)
if xrandr | grep -q 'DP-2 connected'; then
	dockd --set docked
fi

dunst &

exec "$WM"