xprofile: Increase delay for setting cursor Seems like it didn't always work with a 1 second delay
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M xprofile/.xprofile → xprofile/.xprofile
@@ -1,5 +1,5 @@ #!/bin/sh -sh -c 'sleep 1 && xsetroot -cursor_name left_ptr' & +sh -c 'sleep 5 && xsetroot -cursor_name left_ptr' & xmodmap .xmodmaprc xrdb -I$HOME/.xresources .xresources/main cmst --minimized &