summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitattributes6
-rwxr-xr-xxinitrc2
2 files changed, 7 insertions, 1 deletions
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' &