summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Ott <josh@ottmail.me>2025-10-15 12:18:12 -0400
committerJosh Ott <josh@ottmail.me>2025-10-15 12:18:12 -0400
commit68dd6759196ff13df6930146bcffc998ad605416 (patch)
treef029b9803c7c1027304334a6ba349b2457763de1
parentd7903c3006b89dbca3607163472d96c17132e78a (diff)
downloaddotfiles-68dd6759196ff13df6930146bcffc998ad605416.tar.gz
dotfiles-68dd6759196ff13df6930146bcffc998ad605416.zip
some damn changes
-rw-r--r--.config/lectern/courses.toml6
-rw-r--r--.config/sway/config1
-rw-r--r--.latexmkrc3
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';