<div dir="ltr"><div><br></div><div>I'm using Lubuntu 13.04 with its default window manager, Openbox. Is there a way to edit ~/.config/openbox/lubuntu-rc.xml to combine the following two "keybinds" in the "keyboard" section into one?</div>
<div><br></div><div><!-- Launch gedit --></div><div><keybind key="W-g"></div><div>  <action name="Execute"></div><div>    <command>gedit</command></div><div>  </action></div>
<div></keybind></div><div><br></div><div>and</div><div><br></div><div><!-- Undecorate --></div><div><keybind key="C-S-d"></div><div>  <action name="Undecorate"/></div><div></keybind></div>
<div><br></div><div>In other words, I'd like to open gedit without window decorations.</div><div><br></div><div>I know I can have the same result by retaining the first keybind as it is and having the following entry in the "applications" section of lubuntu-rc.xml:</div>
<div><br></div><div><application name="gedit" type="normal"></div><div>  <decor>no</decor></div><div></application></div><div><br></div></div>