diff options
Diffstat (limited to 'xorg-xrandr')
-rw-r--r-- | xorg-xrandr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xorg-xrandr/Makefile b/xorg-xrandr/Makefile index 6eed73b..b35df78 100644 --- a/xorg-xrandr/Makefile +++ b/xorg-xrandr/Makefile @@ -1,10 +1,11 @@ .POSIX: +include ../common.mk XINITRC_ORDER = 15 # Testing that xwallpaper is installed because setres calls it install: - pacman -Qq -- xwallpaper </dev/null >/dev/null + $(CHECK_INSTALLED) xwallpaper mkdir -p -- ~/.config/X11/xinit/xinitrc.d test ! -d ~/.config/X11/xinit/xinitrc.d/$(XINITRC_ORDER)-xorg-xrandr ln -sf -- ~/.dotfiles/xorg-xrandr/xinit ~/.config/X11/xinit/xinitrc.d/$(XINITRC_ORDER)-xorg-xrandr |