diff options
| -rw-r--r-- | .config/lectern/courses.toml | 6 | ||||
| -rw-r--r-- | .config/sway/config | 1 | ||||
| -rw-r--r-- | .latexmkrc | 3 |
3 files changed, 3 insertions, 7 deletions
diff --git a/.config/lectern/courses.toml b/.config/lectern/courses.toml index 42b6d9a..865b46e 100644 --- a/.config/lectern/courses.toml +++ b/.config/lectern/courses.toml @@ -9,9 +9,3 @@ name = "PHYS253A" title = "Quantum Field Theory I" prof = "Matthew Schwartz" semester = "f25" - -["8.324"] -name = "8.324" -title = "Relativistic Quantum Field Theory II" -prof = "Iain Stewart" -semester = "f25" diff --git a/.config/sway/config b/.config/sway/config index 7239e99..13939cb 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -184,6 +184,7 @@ bindsym $mod+Shift+g exec feh -Z -F -B black /home/josh/Pictures/game.png bindsym $mod+Shift+w exec wallpicker bindsym Print exec grim -g "$(slurp)" - | wl-copy -t image/png +bindsym $mod+Print exec grim -g "$(slurp)" $HOME/Pictures/screenshots/$(date +%F_%T | tr ':' '-').png ### Appearance @@ -1,2 +1,3 @@ -$pdf_mode = 5; +$pdf_mode = 1; +$pdflatex = 'lualatex %O %S'; $xelatex = 'xelatex -shell-escape %O %S'; |