From 822a519320c664983498b34f0471c9a827ad30a1 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Fri, 22 Dec 2023 16:07:09 -0500 Subject: aerc hldiff, sxmo fix noclock --- .config/aerc/aerc.conf | 2 ++ .config/sxmo/profile | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index e2653ba..cabb9ce 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -425,6 +425,8 @@ address-book-cmd=grep -i '%s' /home/user/.config/aerc/contacts.tsv # against (non-case-sensitive) and a comma, e.g. subject,text will match a # subject which contains "text". Use header,~regex to match against a regex. # +subject,~^\[PATCH=awk -f /usr/libexec/aerc/filters/hldiff +text/x-patch=awk -f /usr/libexec/aerc/filters/hldiff text/plain=plaintext text/calendar=calendar message/delivery-status=cat diff --git a/.config/sxmo/profile b/.config/sxmo/profile index e1dda40..3ec715a 100644 --- a/.config/sxmo/profile +++ b/.config/sxmo/profile @@ -77,4 +77,5 @@ export SXMO_DEFAULT_DRAFT="okay, ..." export SXMO_BG_IMG=~/Pictures/background.jpg #"$(xdg_data_path sxmo/background.jpg)" export SXMO_BAR_HIDE_BAT_PER=1 -export SXMO_STATUS_DATE_FORMAT="" +export SXMO_STATUS_DATE_FORMAT=" " +export SXMO_WORKSPACE_WRAPPING=6 -- cgit 1.4.1