personal dotfiles: my Hyprland config
aerc hldiff, sxmo fix noclock
| -rw-r--r-- | .config/aerc/aerc.conf | 2 | ||||
| -rw-r--r-- | .config/sxmo/profile | 3 |
2 files changed, 4 insertions, 1 deletions
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 |