From 1451e2cd849c1d11af14fafb3fdc83f7df018819 Mon Sep 17 00:00:00 2001 From: awy Date: Sun, 9 Nov 2025 00:35:58 +0300 Subject: revert --- .config/aerc/aerc.conf | 45 -------- .config/aerc/binds.conf | 194 --------------------------------- .config/aerc/gmail-map.conf | 1 - .config/hypr/hyprland.conf | 2 +- .local/share/applications/mail.desktop | 2 +- dependencies.txt | 4 +- 6 files changed, 4 insertions(+), 244 deletions(-) delete mode 100644 .config/aerc/aerc.conf delete mode 100644 .config/aerc/binds.conf delete mode 100644 .config/aerc/gmail-map.conf diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf deleted file mode 100644 index ee8d522..0000000 --- a/.config/aerc/aerc.conf +++ /dev/null @@ -1,45 +0,0 @@ -[general] - -[ui] -styleset-name=nord -fuzzy-complete=true -icon-new= -icon-attachment= -icon-old= -icon-replied= -icon-flagged= -icon-deleted= -# icon-new=✨ -# icon-attachment=📎 -# icon-old=🕰️ -# icon-replied=📝 -# icon-flagged=🚩 -# icon-deleted=🗑️ -# index-columns=date<=,name<20,flags>=,subject<*,notmuch>= -# column-notmuch= \ -# {{- (map .Labels \ -# (exclude .Folder) \ -# (exclude "replied|passed|attachment|flagged|unread|draft") \ -# | join ",") -}} - -[statusline] - -[viewer] -alternatives=text/html,text/plain - -[compose] - -[multipart-converters] - -[filters] -text/plain=colorize -text/calendar=calendar -message/delivery-status=colorize -message/rfc822=colorize -text/html=! html -.headers=colorize -[openers] - -[hooks] - -[templates] diff --git a/.config/aerc/binds.conf b/.config/aerc/binds.conf deleted file mode 100644 index fdbf651..0000000 --- a/.config/aerc/binds.conf +++ /dev/null @@ -1,194 +0,0 @@ -# Binds are of the form = -# To use '=' in a key sequence, substitute it with "Eq": "" -# If you wish to bind #, you can wrap the key sequence in quotes: "#" = quit - = :prev-tab - = :prev-tab - = :next-tab - = :next-tab -\[t = :prev-tab -\]t = :next-tab - = :term -? = :help keys - = :prompt 'Quit?' quit - = :prompt 'Quit?' quit - = :suspend -O = :check-mail - -[messages] -q = :quit - -j = :next - = :next - = :next 50% - = :next 100% - = :next 100% - -k = :prev - = :prev - = :prev 50% - = :prev 100% - = :prev 100% -gg = :select 0 -G = :select -1 -gi = :cf INBOX -gs = :cf Sent -gt = :cf Trash -gd = :cf Drafts -gj = :cf Junk - -J = :next-folder - = :next-folder -K = :prev-folder - = :prev-folder -H = :collapse-folder - = :collapse-folder -L = :expand-folder - = :expand-folder - -v = :mark -t - = :mark -t:next -V = :mark -v - -T = :toggle-threads -zc = :fold -zo = :unfold -za = :fold -t -zM = :fold -a -zR = :unfold -a - = :fold -t - -zz = :align center -zt = :align top -zb = :align bottom - - = :view -D = :move Trash -a = :archive flat -A = :unmark -a:mark -T:archive flat - -C = :compose -m = :compose - -b = :bounce - -rr = :reply -a -rq = :reply -aq -Rr = :reply -Rq = :reply -q - -c = :cf -$ = :term -! = :term -| = :pipe - -/ = :search -\ = :filter -n = :next-result -N = :prev-result - = :clear - -s = :split -S = :vsplit - -pl = :patch list -pa = :patch apply -pd = :patch drop -pb = :patch rebase -pt = :patch term -ps = :patch switch - -[messages:folder=Drafts] - = :recall - -[messages:folder=Trash] -D = :delete-message - -[view] -/ = :toggle-key-passthrough/ -q = :close -o = :open -S = :save -| = :pipe -D = :delete -A = :archive flat - - = :copy-link - = :open-link - -f = :forward -rr = :reply -a -rq = :reply -aq -Rr = :reply -Rq = :reply -q - -H = :toggle-headers - = :prev-part - = :prev-part - = :next-part - = :next-part -J = :next - = :next -K = :prev - = :prev - -[view::passthrough] -$noinherit = true -$ex = - = :toggle-key-passthrough - -[compose] -# Keybindings used when the embedded terminal is not selected in the compose -# view -$noinherit = true -$ex = -$complete = - = :prev-field - = :prev-field - = :next-field - = :next-field - = :switch-account -p - = :switch-account -p - = :switch-account -n - = :switch-account -n - = :next-field - = :prev-field - = :prev-tab - = :prev-tab - = :next-tab - = :next-tab - -[compose::editor] -# Keybindings used when the embedded terminal is selected in the compose view -$noinherit = true -$ex = - = :prev-field - = :prev-field - = :next-field - = :next-field - = :prev-tab - = :prev-tab - = :next-tab - = :next-tab - -[compose::review] -# Keybindings used when reviewing a message to be sent -# Inline comments are used as descriptions on the review screen -y = :send # Send -n = :abort # Abort (discard message, no confirmation) -s = :sign # Toggle signing -x = :encrypt # Toggle encryption to all recipients -v = :preview # Preview message -p = :postpone # Postpone -q = :choose -o d discard abort -o p postpone postpone # Abort or postpone -e = :edit # Edit (body and headers) -a = :attach # Add attachment -d = :detach # Remove attachment - -[terminal] -$noinherit = true -$ex = - - = :prev-tab - = :next-tab - = :prev-tab - = :next-tab diff --git a/.config/aerc/gmail-map.conf b/.config/aerc/gmail-map.conf deleted file mode 100644 index cfb6b25..0000000 --- a/.config/aerc/gmail-map.conf +++ /dev/null @@ -1 +0,0 @@ -* = [Gmail]/* diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index c5827a8..5fface9 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -170,7 +170,7 @@ bind = , Print, exec, grim pic-full-$(date '+%y%m%d-%H%M-%S').png bind = SHIFT, Print, exec, maimpick bind = $mainMod, Print, exec, dmenurecord bind = $mainMod SHIFT, Print, exec, dmenurecord kill -bind = $mainMod, E, exec, $terminal -T aerc aerc; pkill -RTMIN+12 waybar +bind = $mainMod, E, exec, $terminal -T neomutt neomutt; pkill -RTMIN+12 waybar bind = $mainMod, N, exec, linkhandler bind = $mainMod SHIFT, N, exec, $terminal -T newsraft -e newsraft; pkill -RTMIN+6 waybar bind = $mainMod SHIFT, R, exec, $terminal -e btop diff --git a/.local/share/applications/mail.desktop b/.local/share/applications/mail.desktop index 05b20ac..e7e16ae 100644 --- a/.local/share/applications/mail.desktop +++ b/.local/share/applications/mail.desktop @@ -1,4 +1,4 @@ [Desktop Entry] Type=Application Name=Mail -Exec=/usr/bin/footclient -e aerc %u +Exec=/usr/bin/footclient -e neomutt %u diff --git a/dependencies.txt b/dependencies.txt index 53403c9..eda9b9e 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -102,9 +102,9 @@ wtype # MUTT-WIZARD # mutt-wizard -w3m +lynx less -aerc +neomutt isync msmtp cronie-dinit -- cgit v1.2.3