From 4c22ea608b14552e401abf6e2726404f8a457bd8 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 13 Feb 2026 12:13:07 -0600 Subject: chore(dotfiles): add texlive-fontsextra, rebind screenshot key Add texlive-fontsextra to archsetup for fontawesome5 resume icons. Change fullscreen screenshot from $mod+Print to Ctrl+$mod+S. --- archsetup | 1 + assets/outbox/add-texlive-fontsextra.txt | 8 ++++++++ .../common/.config/qalculate/qalculate-gtk.cfg | 15 +++++++++++++++ dotfiles/common/pictures/coderman.png | Bin 784501 -> 1003034 bytes dotfiles/hyprland/.config/hypr/hyprland.conf | 2 +- 5 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 assets/outbox/add-texlive-fontsextra.txt diff --git a/archsetup b/archsetup index 610360f..4dbc17e 100755 --- a/archsetup +++ b/archsetup @@ -1948,6 +1948,7 @@ supplemental_software() { pacman_install texlive-binextra # latexmk, bibtex, and other tools pacman_install texlive-fontsrecommended # standard fonts pacman_install texlive-latexextra # extra packages (enumitem, etc.) + pacman_install texlive-fontsextra # fontawesome5, etc. pacman_install thunderbird # email, calendar, rss feeds pacman_install transmission-cli # bittorrent client pacman_install transmission-remote-gtk # bittorrent client diff --git a/assets/outbox/add-texlive-fontsextra.txt b/assets/outbox/add-texlive-fontsextra.txt new file mode 100644 index 0000000..2c5547d --- /dev/null +++ b/assets/outbox/add-texlive-fontsextra.txt @@ -0,0 +1,8 @@ +Install texlive-fontsextra via archsetup script. + +Package: texlive-fontsextra +Command: sudo pacman -S texlive-fontsextra + +Reason: Provides the fontawesome5 LaTeX package, used to render the LinkedIn +logo icon in Craig's resume PDF (built via pandoc from org-mode source). +Without this package, the resume build cannot include font-based icons. diff --git a/dotfiles/common/.config/qalculate/qalculate-gtk.cfg b/dotfiles/common/.config/qalculate/qalculate-gtk.cfg index 2ce75de..97c1331 100644 --- a/dotfiles/common/.config/qalculate/qalculate-gtk.cfg +++ b/dotfiles/common/.config/qalculate/qalculate-gtk.cfg @@ -69,6 +69,8 @@ comma_as_separator=1 use_custom_application_font=0 multiplication_sign=2 division_sign=1 +expression_history=60×120 +expression_history=60×12− expression_history=60×60×8 expression_history=60×60×6 expression_history=60×60 @@ -109,6 +111,19 @@ expression_history=1024×16 expression_history=3278×12 expression_history=1026×16 expression_history=96×2 +history_time=1770959475 +history_expression=60×120 +history_parse=60 × 120 +history_result=7200 +history_time=1770959329 +history_expression=60×120 +history_parse=60 × 120 +history_result=7200 +history_time=1770959325 +history_expression=60×12− +history_parse=60 × 12 +history_warning=Misplaced operator(s) "−" ignored +history_result=720 history_time=1770475922 history_expression=60×60×8 history_parse=60 × 60 × 8 diff --git a/dotfiles/common/pictures/coderman.png b/dotfiles/common/pictures/coderman.png index 0942fcf..42199e0 100644 Binary files a/dotfiles/common/pictures/coderman.png and b/dotfiles/common/pictures/coderman.png differ diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index cd30f81..1aeb58e 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -278,7 +278,7 @@ bind = $mod SHIFT, B, exec, blueman-manager # Screenshots (grim + slurp + fuzzel menu) bind = $mod, S, exec, screenshot region -bind = $mod, Print, exec, screenshot fullscreen +bind = CTRL $mod, S, exec, screenshot fullscreen # Lock screen (from sxhkdrc: super+Escape) bind = $mod, ESCAPE, exec, hyprlock -- cgit v1.2.3