diff options
| author | Mattias Andrée <maandree@kth.se> | 2024-06-16 23:14:25 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2024-06-16 23:14:25 +0200 | 
| commit | e0ca6ce462fd471edf017a541a160895bb762362 (patch) | |
| tree | 78ec02202ff902dffada0d598359e67e3f3dbc19 /xorg-xset | |
| parent | do not use -- with stty; although stty(1posix) says -- shall behave as normal, it does not in the GNU implementation, and stty(1posix) specifically... (diff) | |
| parent | Merge branch 'master' of ssh://maandree.se/gitrepos/~maandree/dotfiles (diff) | |
| download | dotfiles-e0ca6ce462fd471edf017a541a160895bb762362.tar.gz dotfiles-e0ca6ce462fd471edf017a541a160895bb762362.tar.bz2 dotfiles-e0ca6ce462fd471edf017a541a160895bb762362.tar.xz  | |
Merge branch 'master' of ssh://maandree.se/gitrepos/~maandree/dotfiles
Diffstat (limited to '')
| -rw-r--r-- | xorg-xsetroot/xinit | 1 | 
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) &  | 
