diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-13 12:13:07 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-13 12:13:07 -0600 |
| commit | 4c22ea608b14552e401abf6e2726404f8a457bd8 (patch) | |
| tree | 6e6fa0d09fb8acbbec699dfa87958919c0b6d21d | |
| parent | ccf76c9ea3a8dc739cd9deddcd26bea6978538a4 (diff) | |
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.
| -rwxr-xr-x | archsetup | 1 | ||||
| -rw-r--r-- | assets/outbox/add-texlive-fontsextra.txt | 8 | ||||
| -rw-r--r-- | dotfiles/common/.config/qalculate/qalculate-gtk.cfg | 15 | ||||
| -rw-r--r-- | dotfiles/common/pictures/coderman.png | bin | 784501 -> 1003034 bytes | |||
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 2 |
5 files changed, 25 insertions, 1 deletions
@@ -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 Binary files differindex 0942fcf..42199e0 100644 --- a/dotfiles/common/pictures/coderman.png +++ b/dotfiles/common/pictures/coderman.png 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 |
