diff options
author | Mattias Andrée <maandree@kth.se> | 2021-07-21 11:43:27 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-07-21 11:43:27 +0200 |
commit | a086737ae00e4b4973d0aefaa33c101fe67ff51b (patch) | |
tree | 3c9d536dc5e927bebdf82bfb9c670a8ae3a558d5 /xorg-xsetroot | |
parent | m (diff) | |
download | dotfiles-a086737ae00e4b4973d0aefaa33c101fe67ff51b.tar.gz dotfiles-a086737ae00e4b4973d0aefaa33c101fe67ff51b.tar.bz2 dotfiles-a086737ae00e4b4973d0aefaa33c101fe67ff51b.tar.xz |
Set x cursor later
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'xorg-xsetroot')
-rw-r--r-- | xorg-xsetroot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-xsetroot/Makefile b/xorg-xsetroot/Makefile index a827b9f..d58490d 100644 --- a/xorg-xsetroot/Makefile +++ b/xorg-xsetroot/Makefile @@ -1,7 +1,7 @@ .POSIX: include ../common.mk -XINITRC_ORDER = 20 +XINITRC_ORDER = 85 install: mkdir -p -- ~/.config/X11/xinit/xinitrc.d |