From 12fec392b6e2d6664b141eb531290045330659d9 Mon Sep 17 00:00:00 2001 From: leukipp Date: Sat, 17 Jun 2023 23:30:06 +0200 Subject: [PATCH] update docs --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40c1826..550e364 100644 --- a/README.md +++ b/README.md @@ -241,12 +241,16 @@ Hot corners: 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. + - 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-) +Environments: - It's recommended to disable all build-in window snapping features (snap to other windows, snap to screen borders). +- Adjust the bindings in the `[systray]` section, as pointer events may not be triggered in various desktop environments. - Window managers not supporting StatusNotifierItem for displaying system tray icons will need to install [snixembed](https://github.com/fyne-io/systray#linuxbsd). - Some GNOME based desktop environments (Mate, Deepin, Cinnamon, Budgie) may cause issues during resizing. + +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`.