From 3ae57fe0826ef92891016a82f1eb3d9ce4795169 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sat, 8 Jun 2024 16:06:16 -0500 Subject: add git attributes --- .gitattributes | 6 ++++++ xinitrc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..45c1f98 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +* text eol=lf +*.eot binary +*.ttf binary +*.otf binary +*.woff binary +*.woff2 binary diff --git a/xinitrc b/xinitrc index 9d03cd2..6a8fb1f 100755 --- a/xinitrc +++ b/xinitrc @@ -1,5 +1,5 @@ +xrdb -load ~/.Xresources xsetroot -solid '#282C34' & -xrdb -load ~/.Xresources & xclock -digital -geometry +2250+1400 -face "Ttyp0:pixelsize=24:antialias=false:autohint=false" & gsettings set org.gnome.desktop.interface document-font-name 'Input Sans Compressed' & gsettings set org.gnome.desktop.interface font-name 'Input Sans Compressed' & -- cgit v1.2.3