aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-08-12 10:41:01 +0200
committerRuben Beltran del Rio <jj@r.bdr.sh>2025-10-20 12:23:30 +0200
commitf731fc7ea079462f9dad57826c71b8c5713a4157 (patch)
tree8ffc473614edbfa8d10967b4d20cef5eb0547ea6 /config
parente693073a407b19c07c35288b3a6ae69d25134697 (diff)
Update aerc and wechat confidential, + mpd ext
Diffstat (limited to 'config')
-rw-r--r--config/aerc/accounts.conf.agebin1723 -> 2385 bytes
-rw-r--r--config/aerc/aerc.conf2
-rw-r--r--config/aerc/binds.conf6
-rw-r--r--config/aerc/gmail-map1
-rw-r--r--config/mpd/mpd.conf6
-rw-r--r--config/weechat/sec.conf.agebin1271 -> 1271 bytes
6 files changed, 8 insertions, 7 deletions
diff --git a/config/aerc/accounts.conf.age b/config/aerc/accounts.conf.age
index c5c5e47..271f41a 100644
--- a/config/aerc/accounts.conf.age
+++ b/config/aerc/accounts.conf.age
Binary files differ
diff --git a/config/aerc/aerc.conf b/config/aerc/aerc.conf
index dec4379..79808c1 100644
--- a/config/aerc/aerc.conf
+++ b/config/aerc/aerc.conf
@@ -535,7 +535,7 @@ text/*=bat -fP --file-name="$AERC_FILENAME"
#
# Executed when a new email arrives in the selected folder
-#mail-received=notify-send "New mail from $AERC_FROM_NAME" "$AERC_SUBJECT"
+mail-received=notify-send " $AERC_SUBJECT" "$AERC_FROM_NAME"
#
# Executed when aerc starts
diff --git a/config/aerc/binds.conf b/config/aerc/binds.conf
index f3f4cd9..2ae36f4 100644
--- a/config/aerc/binds.conf
+++ b/config/aerc/binds.conf
@@ -38,7 +38,7 @@ T = :toggle-threads<Enter>
<Enter> = :view<Enter>
d = :prompt 'Really delete this message?' 'delete-message'<Enter>
D = :delete<Enter>
-A = :read <Enter> :archive flat<Enter>
+e = :read <Enter> :archive flat<Enter>
C = :compose<Enter>
@@ -68,7 +68,7 @@ O = :open<Enter>
S = :save<space>
| = :pipe<space>
D = :delete<Enter>
-A = :read <Enter> :archive flat<Enter>
+e = :read <Enter> :archive flat<Enter>
<C-l> = :open-link <space>
@@ -123,7 +123,7 @@ n = :abort<Enter>
v = :preview<Enter>
p = :postpone<Enter>
q = :choose -o d discard abort -o p postpone postpone<Enter>
-e = :edit<Enter>
+c = :edit<Enter>
a = :attach<space>
d = :detach<space>
diff --git a/config/aerc/gmail-map b/config/aerc/gmail-map
new file mode 100644
index 0000000..cfb6b25
--- /dev/null
+++ b/config/aerc/gmail-map
@@ -0,0 +1 @@
+* = [Gmail]/*
diff --git a/config/mpd/mpd.conf b/config/mpd/mpd.conf
index abe0b2b..3aa6ca6 100644
--- a/config/mpd/mpd.conf
+++ b/config/mpd/mpd.conf
@@ -2,9 +2,9 @@ bind_to_address "127.0.0.1"
bind_to_address "::1"
bind_to_address "/run/mpd/socket"
-db_file "~/.config/mpd/database"
+db_file "~/.config/mpd/ext/mpd.database"
state_file "~/.config/mpd/state"
-playlist_directory "~/.config/mpd/playlists"
+playlist_directory "~/.config/mpd/ext/playlists"
sticker_file "~/.config/mpd/sticker.sql"
audio_output {
@@ -29,7 +29,7 @@ auto_update "no"
follow_outside_symlinks "yes"
follow_inside_symlinks "yes"
-music_directory "~/.config/mpd/music"
+music_directory "~/.config/mpd/ext/Music"
zeroconf_enabled "yes"
zeroconf_name "MPD @ %h"
diff --git a/config/weechat/sec.conf.age b/config/weechat/sec.conf.age
index 2e5590b..ebe94f4 100644
--- a/config/weechat/sec.conf.age
+++ b/config/weechat/sec.conf.age
Binary files differ