diff options
-rw-r--r-- | .gitattributes | 6 | ||||
-rwxr-xr-x | xinitrc | 2 |
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 @@ -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' & |