Openbox windows snapping by dragging window to corners?

Ctrl+alt+?FX? What is fx?

Any F key F1, F2, F3, etc. Sorry for not being clear enough.

Dont worry im in the file, but openbox -- reconfigures does not work, invalid command line

Did I place an extra s in there? Yes I did. I can't write, sorry. The correct command is openbox --reconfigure

By the way, I also found that this should put the window top-right (shortcut being Win + Up + Right)

<keybind key="W-Up-Right">
  <action name="Unmaximize"/>
  <action name="MoveResizeTo">
    <x>-0</x>
    <y>0</y>
    <height>50%</height>
    <width>50%</width>
  </action>
</keybind>

I was searching also for a coordinate command, im back to the system!! :) Have you tried the mouse drag alternative?

This will work with different hotkey as i see!! not with W-Up-Right ;)

I'll just modify the mouse binding from earlier to hopefully not cause a syntax error

<mouse>
  <context name="TRCorner">
    <mousebind button="Left" action="Release">
      <action name="Unmaximize"/>
      <action name="MoveResizeTo">
        <x>-0</x>
        <y>0</y>
        <height>50%</height>
        <width>50%</width>
      </action>
    </mousebind>
  </context>
</mouse>

how does this work after you install it?

hehhe. As i see is mouse clicking. let me check if its possible with mouse draging

  1. run quicktile.py
  2. edit generated quicktile.cfg (i found default settings good)

These are my settings:
`[general]
cfg_schema = 1
UseWorkarea = True
ModMask =

[keys]
C = move-to-center
H = horizontal-maximize
V = vertical-maximize
KP_0 = maximize
KP_1 = bottom-left
KP_2 = bottom
KP_3 = bottom-right
KP_4 = left
KP_5 = middle
KP_6 = right
KP_7 = top-left
KP_8 = top
KP_9 = top-right
KP_Enter = monitor-switch
` as you see ctrl+shift+9 gets window in top right part of desktop.

It is all werywell explained in github page (I have allready posted link in my previous post :D ).

Can you snap windows by dragging to the corners on quicktile?

Also do you know which browser is this?

The browser is Firefox, it is heavily themed. I used to know the theme name but forgot. The theme is mostly used by those who use tile window managers,

BTW, I used to know a site, where people put all all of their custom openbox code but forgot the site name. I will try to find it again. They had a whole bunch of cool stuff like window snapping.

dotshare.it?

1 Like

the theme is ahoka if i remember correct. but how can you configure the browser so much?