diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-21 05:06:54 -0800 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-21 05:06:54 -0800 |
| commit | aa43e4e1c78ed92e45c4d7f8cc83a8bb558f43e7 (patch) | |
| tree | 4267b184ec8dbd9fbde8f3a095d27361449c6a6b /dotfiles/system/.config/qalculate | |
| parent | 7a0a806df05d573cf7969c9a2d80a1a49881d95a (diff) | |
session: dotfiles sync and GPG/Emacs auth debugging
Synced various dotfile configs (calibre, audacious, profile.d, xinitrc).
Diagnosed and fixed Emacs/GPG auth issue by disabling systemd emacs.service
which lacked DISPLAY environment for pinentry-dmenu.
Diffstat (limited to 'dotfiles/system/.config/qalculate')
| -rw-r--r-- | dotfiles/system/.config/qalculate/qalculate-gtk.cfg | 86 |
1 files changed, 81 insertions, 5 deletions
diff --git a/dotfiles/system/.config/qalculate/qalculate-gtk.cfg b/dotfiles/system/.config/qalculate/qalculate-gtk.cfg index 90b616e..b8bd15a 100644 --- a/dotfiles/system/.config/qalculate/qalculate-gtk.cfg +++ b/dotfiles/system/.config/qalculate/qalculate-gtk.cfg @@ -1,11 +1,11 @@ [General] -version=5.6.0 +version=5.8.1 allow_multiple_instances=-1 -width=1070 +width=1028 always_on_top=0 enable_tooltips=1 -error_info_shown=0 +error_info_shown=1 save_mode_on_exit=1 save_definitions_on_exit=1 save_history_separately=0 @@ -14,6 +14,7 @@ clear_history_on_exit=0 history_expression_type=2 use_custom_history_font=0 use_custom_expression_font=0 +replace_expression=0 enable_completion=1 enable_completion2=1 completion_min=1 @@ -63,11 +64,26 @@ digit_grouping=1 copy_ascii=0 copy_ascii_without_units=0 decimal_comma=-1 -dot_as_separator=-1 -comma_as_separator=0 +dot_as_separator=0 +comma_as_separator=1 use_custom_application_font=0 multiplication_sign=2 division_sign=1 +expression_history=262690−165393.50 +expression_history=212770+24960 +expression_history=212770−24960 +expression_history=49920/2 +expression_history=262690−212770 +expression_history=68/24 +expression_history=168/197 +expression_history=197/168 +expression_history=262690−19100 +expression_history=38200/2 +expression_history=$38,200/2 +expression_history=30000/197000 +expression_history=197250+6360+6140+3840 +expression_history=4550+4050 +expression_history=4,500+4060 expression_history=490×6 expression_history=7688.16×4 expression_history=3277.52+46.85 @@ -80,6 +96,66 @@ expression_history=1024×16 expression_history=3278×12 expression_history=1026×16 expression_history=96×2 +history_time=1762832920 +history_expression=262690−165393.50 +history_parse=262 690 − 165 393.5 +history_result=97 296.5 +history_time=1762825204 +history_expression=212770+24960 +history_parse=212 770 + 24 960 +history_result=237 730 +history_time=1762825199 +history_expression=212770−24960 +history_parse=212 770 − 24 960 +history_result=187 810 +history_time=1762825172 +history_expression=49920/2 +history_parse=49 920 ∕ 2 +history_result=24 960 +history_time=1762823711 +history_expression=262690−212770 +history_parse=262 690 − 212 770 +history_result=49 920 +history_time=1762731979 +history_expression=68/24 +history_parse=68 ∕ 24 +history_result_approximate=2.833 333 333 +history_time=1762176587 +history_expression=168/197 +history_parse=168 ∕ 197 +history_result_approximate=0.852 791 878 2 +history_time=1762176579 +history_expression=197/168 +history_parse=197 ∕ 168 +history_result_approximate=1.172 619 048 +history_time=1761510158 +history_expression=262690−19100 +history_parse=262 690 − 19 100 +history_result=243 590 +history_time=1761508703 +history_expression=38200/2 +history_parse=38 200 ∕ 2 +history_result=19 100 +history_time=1761508667 +history_expression=$38,200/2 +history_parse=(USD × 38 200) ∕ 2 +history_result=$19 100 +history_time=1761449979 +history_expression=30000/197000 +history_parse=30 000 ∕ 197 000 +history_result_approximate=0.152 284 264 0 +history_time=1761245928 +history_expression=197250+6360+6140+3840 +history_parse=197 250 + 6360 + 6140 + 3840 +history_result=213 590 +history_time=1761167849 +history_expression=4550+4050 +history_parse=4550 + 4050 +history_result=8600 +history_time=1761167803 +history_expression=4,500+4060 +history_parse=4500 + 4060 +history_result=8560 history_time=1752350332 history_expression=490×6 history_parse=490 × 6 |
