diff options
| author | Josh Ott <josh@ottmail.me> | 2025-10-15 12:18:12 -0400 |
|---|---|---|
| committer | Josh Ott <josh@ottmail.me> | 2025-10-15 12:18:12 -0400 |
| commit | 68dd6759196ff13df6930146bcffc998ad605416 (patch) | |
| tree | f029b9803c7c1027304334a6ba349b2457763de1 /.config | |
| parent | d7903c3006b89dbca3607163472d96c17132e78a (diff) | |
| download | dotfiles-68dd6759196ff13df6930146bcffc998ad605416.tar.gz dotfiles-68dd6759196ff13df6930146bcffc998ad605416.zip | |
some damn changes
Diffstat (limited to '.config')
| -rw-r--r-- | .config/lectern/courses.toml | 6 | ||||
| -rw-r--r-- | .config/sway/config | 1 |
2 files changed, 1 insertions, 6 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 |