]> err.no Git - dotfiles/commitdiff
dont focus new windows; have fallbacks for F2
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Tue, 29 Mar 2005 12:15:53 +0000 (12:15 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Tue, 29 Mar 2005 12:15:53 +0000 (12:15 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@744 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

config/openbox/rc.xml

index a44cd46fdb85c05e3476199a4a299dab8a6fa82e..b97a5920ee6a95bf5a75d88a67a5c744dcf0680d 100644 (file)
@@ -11,7 +11,7 @@
 </resistance>
 
 <focus>
-  <focusNew>yes</focusNew>
+  <focusNew>no</focusNew>
   <followMouse>yes</followMouse>
   <focusDelay>0</focusDelay>
   <raiseOnFocus>no</raiseOnFocus>
@@ -67,7 +67,7 @@
    <action name="Execute"><execute>/bin/bash -c '. ~/.bashrc ; exec $XTERM'</execute></action>
   </keybind>
   <keybind key="F2">
-   <action name="Execute"><execute>gmrun</execute></action>
+   <action name="Execute"><execute>/bin/bash -c 'exec gnome-panel-control --run-dialog || exec gmrun || exec grun'</execute></action>
   </keybind>
   <keybind key="F3">
    <action name="ToggleDecorations" />