From bb3ddee97aa3199c3b7eb6b6c65d2a28334d3fba Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 31 Aug 2018 14:28:02 -0400 Subject: [PATCH] Update .xinitrc Running dhcpcd manually isn't needed since instead we enable the service with systemd. --- xinit/.xinitrc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/xinit/.xinitrc b/xinit/.xinitrc index 430784e5..c17de9fc 100644 --- a/xinit/.xinitrc +++ b/xinit/.xinitrc @@ -13,15 +13,14 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then unset f fi +# Never blank the screen (disable power saving) +xset s off -dpms + # Start compton compton -b # Set the desktop background -feh --no-fehbg --bg-fill ~/.config/feh/back.jpg - -# ip link then dhcpcd to get an active internet connection -ip link -sudo dhcpcd +feh --no-fehbg --bg-fill ~/.config/feh/back.png # Start the window manager exec bspwm