summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-09-14 10:10:57 +0200
committerDave Davenport <qball@gmpclient.org>2017-09-14 10:10:57 +0200
commit5a7f36b482020b983c689168f4f8f997f65de54d (patch)
tree10a34dfa3321820812d5a4eb24eae8f6b3df9db8
parente9c31ed783bf9db9a3bbfd729e97539154c06e8b (diff)
Update relase notes.
-rw-r--r--releasenotes/1.4.0/release-1.4.0.markdown10
1 files 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.