Skip to content

Instantly share code, notes, and snippets.

@VTacius
Created August 8, 2017 16:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VTacius/dcfaadf91eeeb9982f8d2d61382b2e75 to your computer and use it in GitHub Desktop.
Save VTacius/dcfaadf91eeeb9982f8d2d61382b2e75 to your computer and use it in GitHub Desktop.
Mosaico en ventanas para openbox (Pero la idea es LXQt)
<keybind key="C-Right">
<action name="MoveResizeTo">
<x>-0</x>
<y>+-0</y>
<width>50%</width>
<height>100%</height>
<monitor>current</monitor>
</action>
</keybind>
<keybind key="C-Left">
<action name="MoveResizeTo">
<x>+-0</x>
<y>+-0</y>
<width>50%</width>
<height>100%</height>
<monitor>current</monitor>
</action>
</keybind>
<keybind key="C-Up">
<action name="MoveResizeTo">
<x>-0</x>
<y>+-0</y>
<width>100%</width>
<height>50%</height>
<monitor>current</monitor>
</action>
</keybind>
<keybind key="C-Down">
<action name="MoveResizeTo">
<x>-0</x>
<y>-0</y>
<width>100%</width>
<height>50%</height>
<monitor>current</monitor>
</action>
</keybind>

Básicamente me estoy refiriendo a esto (Que a lo que estaba acostumbrado con XFCE, por cierto) Imgur Fuentes:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment