/etc/X11/sawfish/site-init.d/50cursors.jl is in sawfish 1:1.11.90-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 | ; change cursors when moving or resizing a window
(setq move-cursor-shape 'hand2)
(setq resize-cursor-shape 'hand2)
|