Rofi: [REQUEST] Ability to disable bold and underline highlighting for search matches

Created on 14 Jan 2020  路  3Comments  路  Source: davatorium/rofi

Describe the feature

  • A clear description of the feature you want added.

    • Title says it all

  • If the feature involves replacement of current functionality, how the new
    functionality is better?

    • The highlighted text is both bold and underlined. That's aesthetically redundant. The user should be able to choose to use the default (both), one of those, or no text highlighting at all.
  • If the feature is implemented in another application, include:

    • I looked for this feature in dmenu, but I have failed to find it.
  • If possible try to explain how you would expect to use feature:
    For example, should it be a configuration option or a hot-key.

    • Obviously, a configuration option. Something like:
    match-highlight-font-weight: bold;
    match-highlight-font-decoration: underline;

    match-highlight-font-weight: none;
    match-highlight-font-decoration: underline;

    match-highlight-font-weight: bold;
    match-highlight-font-decoration: none;

    match-highlight-font-weight: none;
    match-highlight-font-decoration: none;

When reporting a feature request include the following information:

  • Rofi version:

    • Version: 1.5.4

This is a duplicate of #515.

Feature Request

Most helpful comment

The highlighting style can already be modified or disabled.

rofi  -show drun -no-config -theme-str 'element { highlight: none; }'

All 3 comments

The highlighting style can already be modified or disabled.

rofi  -show drun -no-config -theme-str 'element { highlight: none; }'

Whoops, sorry about that.

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jparsert picture jparsert  路  6Comments

Spindlyskit picture Spindlyskit  路  4Comments

blueyed picture blueyed  路  5Comments

pigmonkey picture pigmonkey  路  5Comments

orschiro picture orschiro  路  5Comments