all repos — nixfiles @ a0c9b7633b0d4382e3681109d5011feae0e8bab3

System and user configuration, managed by nix and home-manager

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
commit

a0c9b7633b0d4382e3681109d5011feae0e8bab3

parent

0c21ad07bc5297c6bb246edeea54898e5d310176

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M xprofile/.xprofilexprofile/.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 &