Closed kupiqu closed 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);
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: