tarkah / grout

Simple tiling window manager for Windows
MIT License
202 stars 8 forks source link

Quick resize #17

Closed TimUntersberger closed 4 years ago

TimUntersberger commented 4 years ago

Is there currently a setting that makes the grid close after a single resize?

My current workflow is always like this:

  1. \
  2. Click on the previous window (#16)
  3. Resize using the grid
  4. \

It would be nice if it would be possible to change the workflow to this:

  1. \
  2. Click on the previous window (#16)
  3. Resize using the grid
  4. Grid gets closed automatically

I feel like this would feel very nice when the click and drag support (#11) lands.

tarkah commented 4 years ago

Good suggestion! I actually do this a lot too. The hotkey will need to be different so it knows to autoclose, maybe ?

tarkah commented 4 years ago

@TimUntersberger this has been implemented along w/ remembering previous window and click & drag support. It is game changing having all 3 working together! You can configure this quick resize hotkey in the config by adding the following

# Hotkey to activate grid for a quick resize. Grid will automatically
# close after resize operation. Remove comment to activate.
hotkey_quick_resize: CTRL+ALT+Q
TimUntersberger commented 4 years ago

@tarkah I Just tried it out and it feels really amazing! Thank you a lot!