| Summary: | Where and how to configure the caret blinking? (cursor, blink rate) | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | lsztwbrfetnoidgl |
| Component: | part | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | wishlist | CC: | christoph, jonathan.poelen |
| Priority: | NOR | ||
| Version First Reported In: | 16.04 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
lsztwbrfetnoidgl
2016-12-27 17:22:50 UTC
At the moment there is no configuration for that. For a global configuration, this can be done with the qt5ct or qt6ct programs (if used for Qt themes). We can also add in ~/.config/qt5ct/qt5ct.conf the following lines: ``` [Interface] cursor_flash_time=0 ``` With KDE (~/.config/kdeglobals) the following lines: ``` [KDE] CursorBlinkRate=0 ``` As a last resort, it is possible to write a library that modifies QApplication::cursorFlashTime and load it with LD_PRELOAD when launching kate: https://github.com/igogo/qt5noblink Considering this ok, we follow the global setting. |