Jazqa / kwin-quarter-tiling

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

Cannot vary gap in typescript-rework branch #81

Closed kupiqu closed 4 years ago

kupiqu commented 4 years ago

It always considers a gap of 8 (which is the default) independently of varying its value anywhere else (in the UI or in kwinrc).

The only workaround I found is modifying its value in main.js line 51:

var gaps = readConfig("gaps", 2);