From 1421cbf7c72d99fd2e0972f56e130bb9a82e5e5b Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 11 Jul 2012 08:45:00 +0200 Subject: [PATCH] apparance: set root cursor --- rc/apparance.lua | 3 +++ 1 file changed, 3 insertions(+) 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")