

That's a known issue - contrary to the API documentation, kwin doesn't actually expose tabgroups to scripts (See https://bugs.kde.org/show_bug.cgi?id=330100). Some cases can be handled by assuming windows on top of others are tabbed, but that's really fragile.
- Sep 21 2014
I've improved the settings menu somewhat in current git, and I may make a release in the next week or two.
This list of windows you see is the list of window _classes_ that are excluded from tiling, mostly because they don't work well with tiling. Special windows, like dialogs, are also excluded.
Customization is currently a bit limited (and in 1.6.1 really not explained that well). - May 07 2014
This list of windows you see is the list of window _classes_ that are excluded from tiling, mostly because they don't work well with tiling. Special windows, like dialogs, are also excluded.
Customization is currently a bit limited (and in 1.6.1 really not explained that well). - May 07 2014
There currently is no direct feedback for _disabling_ tiling (a notification or something like it would probably be nice), but it should work.
Just move a window - if it can be freely moved around, tiling is disabled. If _other windows_ move because you are moving that one, tiling is on. You'll know the difference when you see it.
- May 07 2014
Just move a window - if it can be freely moved around, tiling is disabled. If _other windows_ move because you are moving that one, tiling is on. You'll know the difference when you see it.
- May 07 2014
Hmm... I use kate and dolphin too, so I don't think it's an issue with those specifically.
Do you have window borders enabled? If so, what's your window decoration? (A full screenshot would be nice)
How many monitors do you use?
Which layout do you use? What's your KDE version? What's the script version?
(Also, github is a better place for bug reports, generally, so it'd be nice if you could open one at https://github.com/faho/kwin-tiling/issues) - Dec 29 2013
Do you have window borders enabled? If so, what's your window decoration? (A full screenshot would be nice)
How many monitors do you use?
Which layout do you use? What's your KDE version? What's the script version?
(Also, github is a better place for bug reports, generally, so it'd be nice if you could open one at https://github.com/faho/kwin-tiling/issues) - Dec 29 2013
I use all of those, but I can't replicate this issue. If you'd like to help, you could send me your ~/.xsession-errors, or try commenting out line 232 ("client.geometry = null") in ~/.kde4/share/apps/kwin/scripts/kwin-script-tiling/contents/code/tile.js (in v1.3.2, that is).
- Dec 28 2013
Hi,
first of all: What's unresponsive - starting, moving, resizing? What programs are you using?
Secondly: You can find older releases on https://github.com/faho/kwin-tiling/releases, and install them with "plasmapkg -t kwinscript -u /path/to/release".
BUT: This should be a bug, I haven't seen it, please tell me what it is so I can fix it. - Dec 28 2013
first of all: What's unresponsive - starting, moving, resizing? What programs are you using?
Secondly: You can find older releases on https://github.com/faho/kwin-tiling/releases, and install them with "plasmapkg -t kwinscript -u /path/to/release".
BUT: This should be a bug, I haven't seen it, please tell me what it is so I can fix it. - Dec 28 2013
Hya
Quote:one thing i wanted to ask is about multi monitor support?
It's supposed to do multi-monitor, but it's barely tested as I don't really use it.
If you want to help out, test it and tell me when exactly it doesn't work or how it could be better (though github would probably be a better place for that)
Quote: the new kscreen module
Not helpful unfortunately as I can only use what kwin gives me (which should be enough).
Quote:also related can the script auto make the tiled windows on screen #2 be sticky so that when you switch desktops on laptop monitor it will still be on screen #2?
Quite frankly that should be something for another script.
- Nov 08 2013
Quote:one thing i wanted to ask is about multi monitor support?
It's supposed to do multi-monitor, but it's barely tested as I don't really use it.
If you want to help out, test it and tell me when exactly it doesn't work or how it could be better (though github would probably be a better place for that)
Quote: the new kscreen module
Not helpful unfortunately as I can only use what kwin gives me (which should be enough).
Quote:also related can the script auto make the tiled windows on screen #2 be sticky so that when you switch desktops on laptop monitor it will still be on screen #2?
Quite frankly that should be something for another script.
- Nov 08 2013
I know about tabbing in general, it's on my TODO.
However, can you tell me where exactly it's having problems? (e.g. when you tab a window, when you change tabs)
I'm not sure about per-activity stuff yet - it'd introduce additional complexity, and I don't really know how activities work. I'll try, but it's low on my priorities. - Oct 22 2013
However, can you tell me where exactly it's having problems? (e.g. when you tab a window, when you change tabs)
I'm not sure about per-activity stuff yet - it'd introduce additional complexity, and I don't really know how activities work. I'll try, but it's low on my priorities. - Oct 22 2013
Aaah cool, that was one of the cases I didn't test yet. I'm uploading a new version right now which should fix some or most of it - currently it's only handled in the default layout, and it does _not_ handle it when the screenarea changes (e.g. you set the panel to autohide). A restart fixes that, though.
- Oct 15 2013