diff --git a/rc/apparance.lua b/rc/apparance.lua index d12335b..5df443b 100644 --- a/rc/apparance.lua +++ b/rc/apparance.lua @@ -51,3 +51,6 @@ if wid then "-set _NET_SYSTEM_TRAY_COLORS " .. "65535,65535,65535,65535,8670,8670,65535,32385,0,8670,65535,8670") end + +-- Set cursor theme +os.execute("xsetroot -cursor_name left_ptr")