aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--X11/openbox/rc.xml2
-rw-r--r--mutt/muttrc.topo6
2 files changed, 5 insertions, 3 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml
index c8c89a5..5e81845 100644
--- a/X11/openbox/rc.xml
+++ b/X11/openbox/rc.xml
@@ -609,7 +609,7 @@
609 <command>alacritty -e nvim</command> 609 <command>alacritty -e nvim</command>
610 </action> 610 </action>
611 </keybind> 611 </keybind>
612 <keybind key="C-A-r"> 612 <keybind key="C-A-S-r">
613 <action name="Execute"> 613 <action name="Execute">
614 <command>alacritty --title Ranger -e ranger</command> 614 <command>alacritty --title Ranger -e ranger</command>
615 </action> 615 </action>
diff --git a/mutt/muttrc.topo b/mutt/muttrc.topo
index 6ed8270..015d88a 100644
--- a/mutt/muttrc.topo
+++ b/mutt/muttrc.topo
@@ -34,6 +34,7 @@ set mask="!(INBOX|mbox|Sent|Trash|Drafts|DeltaChat|hometeach|osm|arch-general|mu
34# Sidebar 34# Sidebar
35mailboxes +INBOX \ 35mailboxes +INBOX \
36 +mbox \ 36 +mbox \
37 -label DEV +dev \
37 -label DC +DeltaChat \ 38 -label DC +DeltaChat \
38 "+---- Watch -----" \ 39 "+---- Watch -----" \
39 +hometeach \ 40 +hometeach \
@@ -70,10 +71,11 @@ macro index,pager gp "<change-folder>+pay<Return>" "Switch to pay
70macro index,pager gh "<change-folder>+hometeach<Return>" "Switch to hometeach folder" 71macro index,pager gh "<change-folder>+hometeach<Return>" "Switch to hometeach folder"
71macro index,pager gs "<change-folder>+Sent<Return>" "Switch to Sent folder" 72macro index,pager gs "<change-folder>+Sent<Return>" "Switch to Sent folder"
72macro index,pager gS "<change-folder>+spam<Return>" "Switch to spam folder" 73macro index,pager gS "<change-folder>+spam<Return>" "Switch to spam folder"
73macro index,pager gd "<change-folder>+DeltaChat<Return>" "Switch to DeltaChat folder" 74macro index,pager gd "<change-folder>+dev<Return>" "Switch to DEV folder"
74macro index,pager gD "<change-folder>+Drafts<Return>" "Switch to Drafts folder" 75macro index,pager gD "<change-folder>+DeltaChat<Return>" "Switch to DeltaChat folder"
75macro index,pager gt "<change-folder>+Trash<Return>" "Switch to Trash folder" 76macro index,pager gt "<change-folder>+Trash<Return>" "Switch to Trash folder"
76macro index,pager gl "<change-folder>+login<Return>" "Switch to login folder" 77macro index,pager gl "<change-folder>+login<Return>" "Switch to login folder"
77macro index,pager ga "<change-folder>+arch-general<Return>" "Switch to arch-general folder" 78macro index,pager ga "<change-folder>+arch-general<Return>" "Switch to arch-general folder"
78macro index,pager gk "<change-folder>+keep<Return>" "Switch to keep folder" 79macro index,pager gk "<change-folder>+keep<Return>" "Switch to keep folder"
79macro index,pager gu "<change-folder>+update<Return>" "Switch to update folder" 80macro index,pager gu "<change-folder>+update<Return>" "Switch to update folder"
81macro index,pager gfe "<change-folder>+feedback<Return>" "Switch to feedback folder"