1.7.9 #2129
DaveDavenport
started this conversation in
General
1.7.9
#2129
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1.7.9
Custom commands on events
Giomatfois62 added a nice feature that allows you to execute a custom command
on different events. For example play a sound when accepting an entry.
See the
rofi-actions(5)
manpage for more information.
NVidia workaround workaround
Because of oddness in nvidia drivers, we had an issue the whole screen turned
black if we used the 'over' operator in cairo. Working around this caused some
drawing issues with anti-aliasing. There now exists two flags to to work around
this workaround again. Either disable the workaround, or disable anti-aliasing.
You can set these options per widget:
It's recommended to set it globally.
IMDKit runtime disable option
Because IMDKit can break some keybindings, this can now be disabled at runtime.
For example if you try to bind only the 'Super' key, this can fix this.
For more information, see issue: #2124
Smartcase support
Thanks to Phanium, rofi now supports Vim style 'smartcase'. Can be enabled
using
-case-smart
.Fore more information, see issue: #2060
Changelog
-replace
and small cleanup.kb-delete-entry
in script mode (Add option to enable thekb-delete-entry
in script mode #2087) (thx Tiou Lims)This discussion was created from the release 1.7.9.
Beta Was this translation helpful? Give feedback.
All reactions