diff options
-rwxr-xr-x | scripts/.local/bin/compiler | 2 | ||||
-rw-r--r-- | suckless/.config/suckless/dwm/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/.local/bin/compiler b/scripts/.local/bin/compiler index 25c0a3c..e524601 100755 --- a/scripts/.local/bin/compiler +++ b/scripts/.local/bin/compiler @@ -24,7 +24,7 @@ else case "$FORMAT" in PDF) pandoc "$FILE" --to latex --from markdown+autolink_bare_uris+tex_math_single_backslash \ - --output "$BASE".pdf --self-contained --highlight-style tango --pdf-engine xelatex \ + --output "$BASE".pdf --embed-resources --standalone --highlight-style tango --pdf-engine xelatex \ --variable graphics --variable 'geometry:margin=1in' -V 'mathfont:Symbola' ;; HTML) diff --git a/suckless/.config/suckless/dwm/config.h b/suckless/.config/suckless/dwm/config.h index fe9f10a..b871e05 100644 --- a/suckless/.config/suckless/dwm/config.h +++ b/suckless/.config/suckless/dwm/config.h @@ -3,7 +3,7 @@ #include "colors.h" /* appearance */ -static const unsigned int borderpx = 1; /* border pixel of windows */ +static const unsigned int borderpx = 2; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const unsigned int gappih = 5; /* horiz inner gap between windows */ static const unsigned int gappiv = 5; /* vert inner gap between windows */ |