From 6f022e04750f23e6013f5d5faa8e882c406f99b2 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Mon, 26 Sep 2022 15:48:53 +0530 Subject: [PATCH] tabs to spaces --- .xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index 3b1560f..f0112a8 100644 --- a/.xinitrc +++ b/.xinitrc @@ -2,7 +2,7 @@ USER_X_RESOURCES=$HOME/.Xresources if [[ -f "$USER_X_RESOURCES" ]]; then - xrdb -merge "$USER_X_RESOURCES" + xrdb -merge "$USER_X_RESOURCES" fi xsetroot -cursor_name left_ptr &