diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-04-10 10:33:19 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-04-10 10:33:19 +0800 |
commit | 823d4baaf4c1900f93afd581ca2f9180570f3a1a (patch) | |
tree | 377ee81217801f1e34e209eda026177a764ed3c6 | |
parent | 4d10520dd4acf8a2a64fa88aa16a93ddcb12238b (diff) |
Update
-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" |