diff options
-rw-r--r-- | X11/openbox/rc.xml | 5 | ||||
-rw-r--r-- | mutt/mailcap | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index 7ac6e01..293c616 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml | |||
@@ -223,11 +223,10 @@ | |||
223 | <keybind key="W-S-k"> | 223 | <keybind key="W-S-k"> |
224 | <action name="Unmaximize"/> | 224 | <action name="Unmaximize"/> |
225 | <action name="MoveResizeTo"> | 225 | <action name="MoveResizeTo"> |
226 | <x>20%</x> | 226 | <height>98%</height> |
227 | <y>15</y> | ||
228 | <height>97%</height> | ||
229 | <width>65%</width> | 227 | <width>65%</width> |
230 | </action> | 228 | </action> |
229 | <action name="MoveToCenter"/> | ||
231 | </keybind> | 230 | </keybind> |
232 | <keybind key="W-j"> | 231 | <keybind key="W-j"> |
233 | <action name="UnmaximizeFull"/> | 232 | <action name="UnmaximizeFull"/> |
diff --git a/mutt/mailcap b/mutt/mailcap index 4d1dce7..04fb49f 100644 --- a/mutt/mailcap +++ b/mutt/mailcap | |||
@@ -1,8 +1,8 @@ | |||
1 | text/html; firefox '%s' &; test=test -n "$DISPLAY"; needsterminal; | 1 | text/html; firefox '%s' &; test=test -n "$DISPLAY"; needsterminal; |
2 | text/html; w3m -I %{charset} -T text/html; copiousoutput; | 2 | text/html; w3m -I %{charset} -T text/html; copiousoutput; |
3 | text/plain; nl %s; copiousoutput; | 3 | text/plain; less -N %s; copiousoutput; |
4 | application/pdf; firefox '%s' | 4 | application/pdf; firefox '%s' |
5 | application/zip; unzip -p '%s' | nl | 5 | application/zip; unzip -p '%s' | less -N |
6 | image/png; feh '%s' | 6 | image/png; feh '%s' |
7 | image/jpg; feh '%s' | 7 | image/jpg; feh '%s' |
8 | image/jpeg; feh '%s' | 8 | image/jpeg; feh '%s' |