From ce9b1965d267a45ed7ff7cb4e62e7f772dbffe32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Sun, 11 Apr 2021 17:42:30 +0200 Subject: [PATCH] changed default cursor; removed mount all --- .xinitrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.xinitrc b/.xinitrc index 75470f7..6e0507e 100755 --- a/.xinitrc +++ b/.xinitrc @@ -35,8 +35,10 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then done unset f fi - +# Automatic brightness controll clight & -mount -a -exec bspwm 2> .bspwm.err > .bspwm.log +# Set cursor +xsetroot -cursor_name left_ptr + +exec bspwm