aboutsummaryrefslogtreecommitdiffstats
path: root/xorg-xsetroot
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-06-16 23:14:25 +0200
committerMattias Andrée <maandree@kth.se>2024-06-16 23:14:25 +0200
commite0ca6ce462fd471edf017a541a160895bb762362 (patch)
tree78ec02202ff902dffada0d598359e67e3f3dbc19 /xorg-xsetroot
parentdo not use -- with stty; although stty(1posix) says -- shall behave as normal, it does not in the GNU implementation, and stty(1posix) specifically... (diff)
parentMerge branch 'master' of ssh://maandree.se/gitrepos/~maandree/dotfiles (diff)
downloaddotfiles-e0ca6ce462fd471edf017a541a160895bb762362.tar.gz
dotfiles-e0ca6ce462fd471edf017a541a160895bb762362.tar.bz2
dotfiles-e0ca6ce462fd471edf017a541a160895bb762362.tar.xz
Merge branch 'master' of ssh://maandree.se/gitrepos/~maandree/dotfiles
Diffstat (limited to 'xorg-xsetroot')
-rw-r--r--xorg-xsetroot/xinit1
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg-xsetroot/xinit b/xorg-xsetroot/xinit
index 27f06b1..c172260 100644
--- a/xorg-xsetroot/xinit
+++ b/xorg-xsetroot/xinit
@@ -2,3 +2,4 @@
# Set cursor to right handed pointer
xsetroot -cursor_name left_ptr
+(sleep 2; xsetroot -cursor_name left_ptr) &