From 772d3b3516b5da9cfb5a60c2adb6a8b3fd1054b0 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 22 Jul 2023 15:34:34 +0300 Subject: [PATCH] cursor --- config/dwm/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index 6dff6698..dd73b6a3 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -25,7 +25,7 @@ static const char *colors[][3] = { }; static const char *const autostart[] = { - "xsetroot", "-cursor_name", "left_ptr", NULL, + "xsetroot", "-cursor_name", "Catppuccin-Mocha-Dark", NULL, "feh", "--bg-scale", "/home/sako/.config/bspwm/background.png", NULL, "dwmblocks", NULL, "nm-applet", NULL,