From 5a7f36b482020b983c689168f4f8f997f65de54d Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Thu, 14 Sep 2017 10:10:57 +0200 Subject: Update relase notes. --- releasenotes/1.4.0/release-1.4.0.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/releasenotes/1.4.0/release-1.4.0.markdown b/releasenotes/1.4.0/release-1.4.0.markdown index 8d48e3be..b7476638 100644 --- a/releasenotes/1.4.0/release-1.4.0.markdown +++ b/releasenotes/1.4.0/release-1.4.0.markdown @@ -96,17 +96,17 @@ fake transparency and change the font off the result list. #window { transparency: "screenshot"; } -/* Override the font on the listview widget (and children) */ -#window mainbox listview { +/* Override the font on the listview elements */ +#element { font: "Ubuntu Mono 18"; } ``` ## Icons -Another often made request, I never expected to be implemented, was icon support. But with the help of SardemFF7 an +Another often made request, I never expected to be implemented, was icon support. With the help of SardemFF7 an implementation was possible that correctly follows the XDG icon specification and does not negatively impact the -performance. +performance. Currently the drun and the window switcher can application icons. ![icons](rofi-icons.png) @@ -114,7 +114,7 @@ performance. ## More flexible key and mouse bindings -Thanks to the great work of SardemFF7 you can now configure how the mouse +Thanks to another great work of SardemFF7 you can now configure how the mouse behave and bind modifier keys. It also improves on error messages. It will now detect duplicate bindings. -- cgit v1.2.3