xprofile: Increase delay for setting cursor Seems like it didn't always work with a 1 second delay
Alan Pearce alan@alanpearce.eu
Fri, 18 Aug 2017 21:19:20 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
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 &