aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2024-02-11 17:15:24 +0100
committerNunoSempere <nuno.sempere@protonmail.com>2024-02-11 17:15:24 +0100
commit312f99c6f24f0bca84d4df57eb1326a06fe88d71 (patch)
tree858f1ae46df2069753659ff39afe228aa5cdc14e /README.md
parentf6a65b066eba323642ca43f5608942ff0add7ffa (diff)
rename notebook_append to notebook_create_new_tab
Also add note on README about static files
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 856c9d5..9155396 100644
--- a/README.md
+++ b/README.md
@@ -63,14 +63,15 @@ You can see some screenshots in the [screenshots](./screenshots) folder.
### Cool things
-I just found out that you can inspect a GTK application with the GTK explorer if you set a certain command-line variable. Try this with `make inspect`.
+- I just found out that you can inspect a GTK application with the GTK explorer if you set a certain command-line variable. Try this with `make inspect`.
+- Static variables keep their value between invocations.
### Known bugs/gotchas.
General:
-- [ ] By default the searchbar is pretty gigantic. I've made this so because I'm a bit myopic, but also work with my laptop in a laptop stand. Anyways, if you are a more normal person you can change this in the style.css.
-- [ ] The style.css usage isn't updated until installation. This is because by default rose uses the theme located in /usr/share/themes/rose/style.css, and that file isn't updated until make install.
+- By default the searchbar is pretty gigantic. I've made this so because I'm a bit myopic, but also work with my laptop in a laptop stand. Anyways, if you are a more normal person you can change this in the style.css.
+- The style.css usage isn't updated until installation. This is because by default rose uses the theme located in /usr/share/themes/rose/style.css, and that file isn't updated until make install.
About my own system: