leukipp

Results 49 comments of leukipp

> But even with the code shown below added, the example still registers each and every workspace change correctly while at the same time cortile frequently fails to do so....

Please also try the version from the [xgb-jezek](https://github.com/leukipp/cortile/tree/xgb-jezek) branch, where `github.com/BurntSushi/xgb*` is replaced with the `github.com/jezek/xgb*` fork, which provides those features: > I've forked the XGB repository from BurntSushi's github...

Thanks for your feedback! A proper fix will be included in the next cortile release.

The fix is included in [v2.5.0](https://github.com/leukipp/cortile/releases/tag/v2.5.0).

> can cortile has feature that show all open windows(active and not active) as switcher app. I do not fully understand the question, most switchers can be configured to also...

> it's good, but cortile doesn't show all opend windows,because i think the default of it is 3 slaves and one master, so i can change that default to show...

Those values are the maximum values (upper bound) ```toml # Maximum number of allowed master windows (0 - 5). window_masters_max = 5 # Maximum number of allowed slave windows (1...

The socket communication will not work any more, please review [cortile-addons](https://github.com/leukipp/cortile-addons) and #65.

Starting with [v2.5.0](https://github.com/leukipp/cortile/releases/tag/v2.5.0) dbus communication was **unofficially added**. It`s still work in progress, but early beta testers may already have a look into it via running a separate cortile instance:...

Starting with [v2.5.1](https://github.com/leukipp/cortile/releases/tag/v2.5.1) dbus communication officially replaces the now removed unix domain socket communication. Based on this, custom addons via python bindings #65 will be released.