Jazqa / kwin-quarter-tiling

An easy tiling script for KWin
GNU General Public License v2.0
367 stars 20 forks source link

Fix #105 #107

Closed kupiqu closed 2 years ago

Jazqa commented 2 years ago

Thanks. Wonder why a simple getter suddenly broke in 5.22.

Fix may cause issues with adjusting the gaps on the fly with shortcuts (or it may not, it’s been a while). That’s fine though – I’ll fix ’em at some point.

Anyways, if you’ve got npm installed, would you mind doing the change in src/gaps.ts and running npm install && npm run transpile in the project folder. That way the change won’t get overwritten the next time the typescript files are transpiled to main.js.

kupiqu commented 2 years ago

Done