qutebrowser statusbar

This commit is contained in:
Henrik Bakken
2025-03-20 17:16:27 +01:00
parent e7bae11074
commit d013b1d91d
+2 -1
View File
@@ -104,7 +104,8 @@ c.qt.args = [
c.scrolling.bar = "always" c.scrolling.bar = "always"
c.session.lazy_restore = False c.session.lazy_restore = False
c.statusbar.padding = {"bottom": 10, "left": 10, "right": 10, "top": 10} c.statusbar.padding = {"bottom": 10, "left": 10, "right": 10, "top": 10}
c.statusbar.position = "top" c.statusbar.position = "bottom"
c.statusbar.show = "in-mode"
c.statusbar.widgets = [ c.statusbar.widgets = [
"keypress", "keypress",
"search_match", "search_match",