Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > bfd51ad1ee12ed48f73526dc3d4b5c2a > files > 1

openbox-3.4.7.2-3mdv2009.0.src.rpm

#! /bin/sh /usr/share/dpatch/dpatch-run
## 01_rc.xml.dpatch by Nico Golde <nion@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad openbox-3.4.4~/data/rc.xml openbox-3.4.4/data/rc.xml
--- openbox-3.4.4~/data/rc.xml	2007-08-04 23:39:58.000000000 +0200
+++ openbox-3.4.4/data/rc.xml	2007-08-06 15:08:21.000000000 +0200
@@ -215,6 +215,12 @@
   <keybind key="A-space">
     <action name="ShowMenu"><menu>client-menu</menu></action>
   </keybind>
+  <keybind key="Print">
+    <action name="Execute"><execute>gnome-screenshot</execute></action>
+  </keybind>
+  <keybind key="A-Print">
+    <action name="Execute"><execute>gnome-screenshot -w</execute></action>
+  </keybind>
 
   <!-- Keybindings for window switching -->
   <keybind key="A-Tab">
@@ -585,6 +591,10 @@
        just don't make menu ids clash or, well, it'll be kind of pointless -->
 
   <!-- default menu file (or custom one in $HOME/.config/openbox/) -->
+
+  <!-- system menu files on Debian systems -->
+  <file>/var/lib/openbox/debian-menu.xml</file>
+  <file>debian-menu.xml</file>
   <file>menu.xml</file>
   <hideDelay>200</hideDelay>
   <middle>no</middle>