From 68dd6759196ff13df6930146bcffc998ad605416 Mon Sep 17 00:00:00 2001 From: Josh Ott Date: Wed, 15 Oct 2025 12:18:12 -0400 Subject: some damn changes --- .config/lectern/courses.toml | 6 ------ .config/sway/config | 1 + .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 diff --git a/.latexmkrc b/.latexmkrc index e141a62..9e20658 100644 --- a/.latexmkrc +++ b/.latexmkrc @@ -1,2 +1,3 @@ -$pdf_mode = 5; +$pdf_mode = 1; +$pdflatex = 'lualatex %O %S'; $xelatex = 'xelatex -shell-escape %O %S'; -- cgit v1.3