From a0c9b7633b0d4382e3681109d5011feae0e8bab3 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 18 Aug 2017 21:19:20 +0200 Subject: xprofile: Increase delay for setting cursor Seems like it didn't always work with a 1 second delay --- xprofile/.xprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xprofile') diff --git a/xprofile/.xprofile b/xprofile/.xprofile index 102db6e..dbb8d92 100755 --- a/xprofile/.xprofile +++ b/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 & -- cgit 1.4.1