aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-11-17 20:45:40 -0800
committerGravatar Tom Willemse2021-11-17 20:45:40 -0800
commit4adde5f2b8f09072ca1d4d55e6c539c9915666d4 (patch)
tree673746a6a402f0c0922b840526614837d2254513 /GNUmakefile
parent8ce94b444b8a2e71f58db830769708a2f882a257 (diff)
downloadnew-dotfiles-4adde5f2b8f09072ca1d4d55e6c539c9915666d4.tar.gz
new-dotfiles-4adde5f2b8f09072ca1d4d55e6c539c9915666d4.zip
[xdg] Add ‘mimeapps.list’ and move settings into tangled org files
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile14
1 files changed, 13 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 82de358..03da67e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,6 +1,6 @@
include dotfiles.mk
-MODULES=xmodmap emacs picom cower mowedline herbstluftwm
+MODULES=xmodmap emacs picom cower mowedline herbstluftwm xdg
STOW=stow
.PHONY: all clean $(MODULES) zsh
@@ -96,3 +96,15 @@ x11-install: lib-install x11/dot-x11-0-1-any.pkg.tar.xz
x11/dot-x11-0-1-any.pkg.tar.xz: x11/PKGBUILD
cd x11 && makepkg -sicf
+
+#######
+# XDG #
+#######
+
+xdg: xdg/.config/mimeapps.list xdg/.config/user-dirs.dirs \
+ xdg/.config/user-dirs.locale
+
+# Helper
+
+%: %.org
+ $(call tangle)