aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--X11/openbox/rc.xml5
-rw-r--r--mutt/mailcap4
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 @@
1text/html; firefox '%s' &; test=test -n "$DISPLAY"; needsterminal; 1text/html; firefox '%s' &; test=test -n "$DISPLAY"; needsterminal;
2text/html; w3m -I %{charset} -T text/html; copiousoutput; 2text/html; w3m -I %{charset} -T text/html; copiousoutput;
3text/plain; nl %s; copiousoutput; 3text/plain; less -N %s; copiousoutput;
4application/pdf; firefox '%s' 4application/pdf; firefox '%s'
5application/zip; unzip -p '%s' | nl 5application/zip; unzip -p '%s' | less -N
6image/png; feh '%s' 6image/png; feh '%s'
7image/jpg; feh '%s' 7image/jpg; feh '%s'
8image/jpeg; feh '%s' 8image/jpeg; feh '%s'