qutebrowser configuration

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-04-18 01:12:46 +02:00
parent 9429c9f93b
commit 52561cf335
+9
View File
@@ -28,6 +28,15 @@
# Editor (Ctrl+e in text fields) # Editor (Ctrl+e in text fields)
"editor.command" = ["ghostty" "-e" "nvim" "{}"]; "editor.command" = ["ghostty" "-e" "nvim" "{}"];
# Tabs
"tabs.show" = "switching";
# Scrollbar
"scrolling.bar" = "never";
# Statusbar
"statusbar.show" = "in-mode";
# Privacy # Privacy
"content.geolocation" = false; "content.geolocation" = false;
"content.cookies.accept" = "no-3rdparty"; "content.cookies.accept" = "no-3rdparty";