mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 17:57:47 +02:00
Update .xinitrc
Running dhcpcd manually isn't needed since instead we enable the service with systemd.
This commit is contained in:
parent
1ef1910dc5
commit
bb3ddee97a
@ -13,15 +13,14 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
|||||||
unset f
|
unset f
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Never blank the screen (disable power saving)
|
||||||
|
xset s off -dpms
|
||||||
|
|
||||||
# Start compton
|
# Start compton
|
||||||
compton -b
|
compton -b
|
||||||
|
|
||||||
# Set the desktop background
|
# Set the desktop background
|
||||||
feh --no-fehbg --bg-fill ~/.config/feh/back.jpg
|
feh --no-fehbg --bg-fill ~/.config/feh/back.png
|
||||||
|
|
||||||
# ip link then dhcpcd to get an active internet connection
|
|
||||||
ip link
|
|
||||||
sudo dhcpcd
|
|
||||||
|
|
||||||
# Start the window manager
|
# Start the window manager
|
||||||
exec bspwm
|
exec bspwm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user