From 173d3a70e32e3ce1c83cf98346ab9d007782c5b6 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 9 Jan 2026 14:14:24 -0600 Subject: session: add ai-assistants tmux launcher script Created script to launch tmux session with Claude assistants for multiple projects. Synced dotfile changes including calibre, audacious, and shell configs. --- .../system/.config/qalculate/qalculate-gtk.cfg | 40 ++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) (limited to 'dotfiles/system/.config/qalculate') diff --git a/dotfiles/system/.config/qalculate/qalculate-gtk.cfg b/dotfiles/system/.config/qalculate/qalculate-gtk.cfg index b8bd15a..5b1c004 100644 --- a/dotfiles/system/.config/qalculate/qalculate-gtk.cfg +++ b/dotfiles/system/.config/qalculate/qalculate-gtk.cfg @@ -1,8 +1,8 @@ [General] -version=5.8.1 +version=5.8.2 allow_multiple_instances=-1 -width=1028 +width=1167 always_on_top=0 enable_tooltips=1 error_info_shown=1 @@ -69,6 +69,13 @@ comma_as_separator=1 use_custom_application_font=0 multiplication_sign=2 division_sign=1 +expression_history=7600×4 +expression_history=7600X4 +expression_history=10619.57−3000 +expression_history=1991−1964 +expression_history=(5×75)+150 +expression_history=5×75 +expression_history=100−35 expression_history=262690−165393.50 expression_history=212770+24960 expression_history=212770−24960 @@ -96,6 +103,35 @@ expression_history=1024×16 expression_history=3278×12 expression_history=1026×16 expression_history=96×2 +history_time=1767984868 +history_expression=7600×4 +history_parse=7600 × 4 +history_result=30 400 +history_time=1767984861 +history_expression=7600X4 +history_parse=7600 +history_error=Trailing characters "X4" (not a valid variable/function/unit) in number "7600X4" were ignored. +history_result=7600 +history_time=1767984665 +history_expression=10619.57−3000 +history_parse=10 619.57 − 3000 +history_result=7619.57 +history_time=1767807514 +history_expression=1991−1964 +history_parse=1991 − 1964 +history_result=27 +history_time=1766252840 +history_expression=(5×75)+150 +history_parse=(5 × 75) + 150 +history_result=525 +history_time=1766252831 +history_expression=5×75 +history_parse=5 × 75 +history_result=375 +history_time=1764874377 +history_expression=100−35 +history_parse=100 − 35 +history_result=65 history_time=1762832920 history_expression=262690−165393.50 history_parse=262 690 − 165 393.5 -- cgit v1.2.3