From 9ee1c5e75093ff598675690dd687e964f296b46d Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 11 Sep 2017 11:24:25 -0400 Subject: Sort .fluxbox/init with a filter fluxbox rearranges the lines in this file. --- diff --git a/.gitattributes.d/fluxbox b/.gitattributes.d/fluxbox new file mode 100644 index 0000000..853f33f --- /dev/null +++ b/.gitattributes.d/fluxbox @@ -0,0 +1 @@ +/.fluxbox/init filter=fluxbox-init diff --git a/.gitconfig.d/fluxbox b/.gitconfig.d/fluxbox new file mode 100644 index 0000000..aa47fd0 --- /dev/null +++ b/.gitconfig.d/fluxbox @@ -0,0 +1,3 @@ +[filter "fluxbox-init"] + clean = sort + smudge = cat diff --git a/.gitignore.d/fluxbox b/.gitignore.d/fluxbox index a03616a..00be213 100755 --- a/.gitignore.d/fluxbox +++ b/.gitignore.d/fluxbox @@ -16,6 +16,10 @@ !/bin/batmon !/bin/volmon !/.fehbg +!/.gitattributes.d/ +!/.gitattributes.d/fluxbox +!/.gitconfig.d/ +!/.gitconfig.d/fluxbox !/.gitignore.d/ !/.gitignore.d/fluxbox -- cgit v0.9.1