Install - go
@@ -245,7 +255,7 @@ Start cortile in verbose mode:
$GOPATH/bin/cortile -v
```
-## Additional [![additional](https://img.shields.io/github/issues-pr-closed/leukipp/cortile)](#additional-)
+## Additional [![additional](https://img.shields.io/github/issues-pr-closed/leukipp/cortile?style=flat-square)](#additional-)
Special settings:
- Use the `edge_margin` property to account for additional spaces.
- e.g. for deskbar panels or conky infographics.
@@ -261,7 +271,7 @@ Systray:
- Use the `tiling_icon` property to add any external command to the systray menu.
- e.g. use `tiling_icon = [...,['firefox', 'Open Browser'],...]` to add a web browser entry.
-## Issues [![issues](https://img.shields.io/github/issues-closed/leukipp/cortile)](#issues-)
+## Issues [![issues](https://img.shields.io/github/issues-closed/leukipp/cortile?style=flat-square)](#issues-)
Cortile works best with Xfwm and Openbox window systems.
However, it`s still possible that you may encounter problems during usage.
@@ -269,7 +279,7 @@ Windows:
- It's recommended to disable all build-in window snapping features (snap to other windows, snap to screen borders).
- Automatic panel detection may not work under some window managers, use the `edge_margin` property to adjust for additional margins.
- Particularly in GNOME based desktop environments, window displacements or resizing issues may occur.
-- Sticky windows are unstable and may cause unwanted layout modifications during workspace changes.
+- Sticky windows may cause unwanted layout modifications during workspace changes.
Systray:
- Adjust the bindings in the `[systray]` section, as some pointer events may not fire across different desktop environments.
@@ -279,9 +289,9 @@ Debugging:
- If you encounter problems start the process with `cortile -vv`, which provides additional debug outputs.
- A log file is created by default under `/tmp/cortile.log`.
-## Credits [![credits](https://img.shields.io/github/contributors/leukipp/cortile)](#credits-)
+## Credits [![credits](https://img.shields.io/github/contributors/leukipp/cortile?style=flat-square)](#credits-)
Based on [zentile](https://github.com/blrsn/zentile) ([Berin Larson](https://github.com/blrsn)) and [pytyle3](https://github.com/BurntSushi/pytyle3) ([Andrew Gallant](https://github.com/BurntSushi)).
The main libraries used in this project are [xgbutil](https://github.com/BurntSushi/xgbutil), [toml](https://github.com/BurntSushi/toml), [systray](https://github.com/fyne-io/systray), [dbus](https://github.com/godbus/dbus), [fsnotify](https://github.com/fsnotify/fsnotify) and [logrus](https://github.com/sirupsen/logrus).
-## License [![license](https://img.shields.io/github/license/leukipp/cortile)](#license-)
+## License [![license](https://img.shields.io/github/license/leukipp/cortile?style=flat-square)](#license-)
[MIT](https://github.com/leukipp/cortile/blob/main/LICENSE)