leukipp

Results 49 comments of leukipp

Please have a look into the latest [v2.5.0](https://github.com/leukipp/cortile/releases/tag/v2.5.0) release and the related feature #58 with the new layouts. The new layouts are for general purpose, and may be not exactly...

> XFCE, for instance, has a setting to deactivate decorations and window title for any app that is maximized, as Gutsosan tells in the third post of this thread. Actually...

@atanasenko I have a hard time using this integration in Automation's, since some commands (packages) may randomly get lost and ignored. Any news on that draft (#93) ?

> option to fill/restore (toggle) either horizontal/vertical The layout in the middle of your graphic can be archived by choosing a horizontal layout and decreasing the number of masters to...

You can start cortile without tiling by setting this config entry to false: https://github.com/leukipp/cortile/blob/ad15ebd73f8c9cab7131bb4ba88cc3a1f19c00d1/config.toml#L10 Afterwards enable tiling only on your specific workspace. The tiling states per workspace will be cached...

I'm not sure if this repo is still maintained. You may want to have a look into [cortile](https://github.com/leukipp/cortile), which i have forked from zentile several years ago.

#### If you already used the `window_decoration` feature before [v2.5.1](https://github.com/leukipp/cortile/releases/tag/v2.5.1), you will have to manually insert the new `decoration` key binding to your existing [config.toml](https://github.com/leukipp/cortile/blob/main/config.toml) file.

The built-in window auto focus feature is for now 7ab7e74ce98697476fcf9acad5d77ddf3c548969 disabled by default... ```toml # When hovered for this duration [ms] windows are focused (0 = disabled). window_focus_delay = 0...

In addition to the information that a new release is available, there is now also an `Updates` section in the systray menu, which immediately replaces the running cortile instance with...

## [Cortile Addons](https://github.com/leukipp/cortile-addons) Early testers may already have a look into the Python API, available via `pip`: ```bash pip install cortile ``` Details can be found in the Python repository,...