diff options
-rw-r--r-- | X11/openbox/rc.xml | 3 | ||||
-rw-r--r-- | mutt/default | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index f244015..43751dd 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml | |||
@@ -245,6 +245,9 @@ | |||
245 | <y>-0</y> | 245 | <y>-0</y> |
246 | </action> | 246 | </action> |
247 | </keybind> | 247 | </keybind> |
248 | <keybind key="W-S-c"> | ||
249 | <action name="MoveToCenter"/> | ||
250 | </keybind> | ||
248 | <keybind key="W-F1"> | 251 | <keybind key="W-F1"> |
249 | <action name="ToggleAlwaysOnTop"/> | 252 | <action name="ToggleAlwaysOnTop"/> |
250 | </keybind> | 253 | </keybind> |
diff --git a/mutt/default b/mutt/default index eaa4ce1..68b0775 100644 --- a/mutt/default +++ b/mutt/default | |||
@@ -21,7 +21,7 @@ set sort = reverse-threads | |||
21 | set pager_index_lines = 5 | 21 | set pager_index_lines = 5 |
22 | set markers = no # Remove '+' for long links with limited terminal width | 22 | set markers = no # Remove '+' for long links with limited terminal width |
23 | #set index_format = "%4C %8Y %Z %(%b %d) %-15.15L (%?l?%4l&%4c?) %s" | 23 | #set index_format = "%4C %8Y %Z %(%b %d) %-15.15L (%?l?%4l&%4c?) %s" |
24 | set index_format = "%Z %(%g.%m.%d) %-16.16L (%?l?%4l&%4c?) %s" | 24 | set index_format = "%Z %(%g.%m.%d) %-16.16L (%4c) %s" |
25 | 25 | ||
26 | # Preference | 26 | # Preference |
27 | alternative_order text/plain text/enriched text/html | 27 | alternative_order text/plain text/enriched text/html |