nclarius / tile-gaps

KWin script to add space around windows touching a screen edge or other window
https://store.kde.org/p/1619642
GNU General Public License v3.0
104 stars 16 forks source link

No config options, fix in readme not working #6

Closed jonseppanen closed 2 years ago

jonseppanen commented 2 years ago

As stated, latest arch/endeavour

No config options, even when applying the fix in readme.

nclarius commented 2 years ago

Even after logging out and in again?

jonseppanen commented 2 years ago

After logout it shows up but says "Plugin does not provide configuration file in expected location" when clicked.

nclarius commented 2 years ago

That's strange.

Do the flowing files exist?

nclarius commented 2 years ago

Looks like https://bugs.kde.org/show_bug.cgi?id=444378, https://forum.garudalinux.org/t/bismuth-settings-fail/13236.

nclarius commented 2 years ago

While the problem persists, a workaround might be to edit the configuration file directly:

In ~/.config/kwinrc, overwrite or else append:

[Script-tilegaps]
gapTop=12
gapLeft=12
gapRight=12
gapBottom=12
gapMid=12
includeMaximized=false
excludeMode=true
excludedApps=
includeMode=false
includedApps=

with the values changed to your preferences (see the screenshot of the configuration menu in the readme for reference).

nclarius commented 2 years ago

With 5.24 I am now experiencing the same problem. There is currently no working fix that I know of.

nclarius commented 2 years ago

The problem should be solved with the newest version of the script; please update and confirm that it works now.

nclarius commented 2 years ago

This issue has been fixed in KWin now, so I assume the problem is solved. If not, please reopen.