mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 21:32:33 +02:00
edit keybinds
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -217,7 +217,11 @@
|
||||
}
|
||||
{
|
||||
id = "key_webconsole";
|
||||
disabled = true;
|
||||
key = "i";
|
||||
modifiers = {
|
||||
accel = true;
|
||||
shift = true;
|
||||
};
|
||||
}
|
||||
{
|
||||
id = "key_jsdebugger";
|
||||
@@ -257,7 +261,10 @@
|
||||
}
|
||||
{
|
||||
id = "key_reload";
|
||||
disabled = true;
|
||||
key = "r";
|
||||
modifiers = {
|
||||
accel = true;
|
||||
};
|
||||
}
|
||||
{
|
||||
id = "key_reload2";
|
||||
@@ -265,7 +272,11 @@
|
||||
}
|
||||
{
|
||||
id = "key_reload_skip_cache";
|
||||
disabled = true;
|
||||
key = "r";
|
||||
modifiers = {
|
||||
accel = true;
|
||||
shift = true;
|
||||
};
|
||||
}
|
||||
{
|
||||
id = "key_reload_skip_cache2";
|
||||
|
||||
@@ -55,6 +55,7 @@ in {
|
||||
|
||||
"zen.glance.enabled" = false;
|
||||
"zen.tabs.show-newtab-vertical" = false;
|
||||
"zen.window-sync.enabled" = false;
|
||||
|
||||
"privacy.userContext.enabled" = false;
|
||||
"privacy.userContext.ui.enabled" = false;
|
||||
|
||||
Reference in New Issue
Block a user