How to get more specific with custom window snapping?

Hey there,

How can I get this to be exactly 1/3rd of the screen? There doesn't seem to be a way to set a value between 33% and 34%. I have keyboard shortcuts to get windows to 2/3rds, but I can't set snap values to fractions.

Vexir

Bump here @Andreas_Hegenberg

you can't do it in the UI, but if you quit you can use these terminal commands:

defautls write com.hegenberg.BetterTouchTool windowLeftMaximizePercent 0.333
defautls write com.hegenberg.BetterTouchTool windowRightMaximizePercent 0.333

defautls write com.hegenberg.BetterTouchTool windowLeftCornerMaximizePercent 0.333
defautls write com.hegenberg.BetterTouchTool windowRightCornerMaximizePercent 0.333

Awesome, thank you! Feature request to enable this in the UI :smiley: @Andreas_Hegenberg