https://bugs.kde.org/show_bug.cgi?id=374217

Jonathan Poelen <jonathan.poe...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.poe...@gmail.com

--- Comment #2 from Jonathan Poelen <jonathan.poe...@gmail.com> ---
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

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to