diff options
-rw-r--r-- | X11/openbox/rc.xml | 2 | ||||
-rw-r--r-- | mutt/default | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index 14ab723..2caf2a0 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml | |||
@@ -646,7 +646,7 @@ | |||
646 | <keybind key="W-g"> | 646 | <keybind key="W-g"> |
647 | <action name="Execute"> | 647 | <action name="Execute"> |
648 | <command> | 648 | <command> |
649 | alacritty --hold --title GPT \ | 649 | alacritty --hold --title @GPT \ |
650 | -o "window.dimensions.columns=70" \ | 650 | -o "window.dimensions.columns=70" \ |
651 | -o "window.dimensions.lines=30" \ | 651 | -o "window.dimensions.lines=30" \ |
652 | -e ~/helper/bin/gpt/gpt | 652 | -e ~/helper/bin/gpt/gpt |
diff --git a/mutt/default b/mutt/default index d4f8b8f..1bf3d4a 100644 --- a/mutt/default +++ b/mutt/default | |||
@@ -84,7 +84,7 @@ macro index <Space> "Wn" | |||
84 | macro browser \cp "q\cp" | 84 | macro browser \cp "q\cp" |
85 | macro browser \cn "q\cn" | 85 | macro browser \cn "q\cn" |
86 | macro browser g "qg" | 86 | macro browser g "qg" |
87 | macro index,browser i ':toggle sidebar_new_mail_only<enter>' | 87 | macro index,browser,pager i ':toggle sidebar_new_mail_only<enter>' |
88 | bind pager h skip-headers | 88 | bind pager h skip-headers |
89 | bind attach x view-mailcap | 89 | bind attach x view-mailcap |
90 | macro generic,index,pager \cr ":source ~/.config/mutt/muttrc<Return>" "Reload mutt's configuration file" | 90 | macro generic,index,pager \cr ":source ~/.config/mutt/muttrc<Return>" "Reload mutt's configuration file" |