mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 05:12:34 +02:00
qutebrowser configuration
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user