dgurkaynak / Penc

Trackpad-oriented window manager for macOS
https://deniz.co/penc/
MIT License
1.11k stars 25 forks source link

Allow to set-up thirds of a screen #10

Closed sashkachan closed 3 years ago

sashkachan commented 5 years ago

Loving the app. Touchpad is under-utilized and is a great input device.

Would be great if there was an option to occupy thirds of a screen horizontally.

Not sure how that would work, though.

jeff-h commented 4 years ago

IMO it would be awesome to have a prefs setting allowing you to choose between quarter-sized windows (as it is now) and 1/3-sized (allowing you to choose from 9 different areas, and perhaps another setting to allow the pinch-to-zoom to jump the size in 1/2 or 1/3 intervals, depending on the first setting, rather than allowing arbitrary sizing.

dgurkaynak commented 4 years ago

Hmm, I think we can support to customize desired width/height for each swipe direction via settings. There are 8 directions: top-left, top, top-right, left, right, bottom-left, bottom, bottom-right

TL      T      TR
L               R
BL      B      BR

User can specify width and height with 1, 1/2 and 1/3 scales for each direction. Currently penc works as follows:

TL: 1/2w, 1/2h
T: 1w, 1/2h
TR: 1/2w, 1/2h
L: 1/2w, 1h
R: 1/2w, 1h
BL: 1/2w, 1/2h
B: 1w, 1/2h
BR: 1/2w, 1/2h

What do you guys think?

jeff-h commented 4 years ago

Sounds good to me :)

dgurkaynak commented 3 years ago

Hey guys, this feature is shipped with Penc 1.0.0 release. Please check Activation Customization in https://github.com/dgurkaynak/Penc/releases/tag/1.0.0