diff options
author | Alan Pearce | 2017-08-18 21:19:20 +0200 |
---|---|---|
committer | Alan Pearce | 2017-08-18 21:19:20 +0200 |
commit | a0c9b7633b0d4382e3681109d5011feae0e8bab3 (patch) | |
tree | 8f5601eb09fa6f5924b786eaa251baede18026c8 | |
parent | 0c21ad07bc5297c6bb246edeea54898e5d310176 (diff) | |
download | dotfiles-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
-rwxr-xr-x | xprofile/.xprofile | 2 |
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 & |