diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf index 1b460ede..1f187d08 100755 --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -4,19 +4,19 @@ serif - Linux Libertine + Noto Serif sans-serif - Linux Biolinum + Noto Sans Serif sans - Linux Biolinum + Noto Sans monospace - Inconsolata + Noto Sans Mono diff --git a/.config/i3/i3_guide.pdf b/.config/i3/i3_guide.pdf index 1e0148a3..c19ade43 100644 Binary files a/.config/i3/i3_guide.pdf and b/.config/i3/i3_guide.pdf differ diff --git a/.config/i3/i3_guide.rmd b/.config/i3/i3_guide.rmd index f0d9f81e..a3e54f35 100644 --- a/.config/i3/i3_guide.rmd +++ b/.config/i3/i3_guide.rmd @@ -192,8 +192,8 @@ All of these recording shortcuts will output into `~`, and will not overwrite previous recordings. + `PrintScreen` -- Take a scrot screenshot -+ `Shift+Print` Screen -- Take a scrot screenshot of only selected window -+ `Mod+Print` Screen -- Opens dmenu menu to select kind of audio/video recording ++ `Shift+PrintScreen` -- Take a scrot screenshot of only selected window ++ `Mod+PrintScreen` -- Opens dmenu menu to select kind of audio/video recording + `Mod+ScrollLock` -- Turn on and off screenkey (if installed) for visual typing display + `Mod+Delete` -- kills ffmpeg, thus ending recordings diff --git a/.vimrc b/.vimrc index cbe9adfd..64cdbe3b 100644 --- a/.vimrc +++ b/.vimrc @@ -227,6 +227,7 @@ let mapleader =" " autocmd Filetype rmd inoremap ,r ```{r}```2kO autocmd Filetype rmd inoremap ,p ```{python}```2kO autocmd Filetype rmd inoremap ,c ``````2kO + autocmd Filetype rmd map :!echo"require(rmarkdown);render('%')"\|R--vanilla """.xml autocmd FileType xml inoremap ,e <++>isPermaLink="false"><++>:put=strftime('%a, %d %b %Y %H:%M:%S %z')kJA<++>]]>?<enter>cit