summary refs log tree commit diff stats
path: root/xprofile
diff options
context:
space:
mode:
authorAlan Pearce2017-08-18 21:19:20 +0200
committerAlan Pearce2017-08-18 21:19:20 +0200
commita0c9b7633b0d4382e3681109d5011feae0e8bab3 (patch)
tree8f5601eb09fa6f5924b786eaa251baede18026c8 /xprofile
parent0c21ad07bc5297c6bb246edeea54898e5d310176 (diff)
downloaddotfiles-a0c9b7633b0d4382e3681109d5011feae0e8bab3.tar.lz
dotfiles-a0c9b7633b0d4382e3681109d5011feae0e8bab3.tar.zst
dotfiles-a0c9b7633b0d4382e3681109d5011feae0e8bab3.zip
xprofile: Increase delay for setting cursor
Seems like it didn't always work with a 1 second delay
Diffstat (limited to 'xprofile')
-rwxr-xr-xxprofile/.xprofile2
1 files changed, 1 insertions, 1 deletions
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 &