apparance: set root cursor

This commit is contained in:
Vincent Bernat 2012-07-11 08:45:00 +02:00
parent 26d41c6970
commit 1421cbf7c7

View file

@ -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")