From ee5c690ff97532f32a46178ba94eb0538655b0b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Mon, 24 Jan 2022 23:49:18 +0100 Subject: [PATCH] set background and cursor in one command --- xsession/.xsession | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/xsession/.xsession b/xsession/.xsession index d2f7262..d73de29 100755 --- a/xsession/.xsession +++ b/xsession/.xsession @@ -23,13 +23,12 @@ emacsclient --eval nil -a '' & xsettingsd & if which lupan-wm > /dev/null; then - xsetroot -solid '#4a4a4a' + xsetroot -solid '#4a4a4a' -cursor_name left_ptr lupan-clock & - xsetroot -cursor_name left_ptr exec lupan-wm -s 20 fi -xsetroot -solid '#94a3b8' +xsetroot -solid '#94a3b8' -cursor_name left_ptr if which qtile > /dev/null; then exec qtile start @@ -37,7 +36,6 @@ fi if which bspwm > /dev/null; then sxhkd & - xsetroot -cursor_name left_ptr exec bspwm fi