mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 10:14:20 +02:00
firefox: enforce theme to use (also for devtools)
This commit is contained in:
parent
18456bb1a9
commit
a1df343f93
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
// Preferences for Firefox. To be symlinked in the profile as user.js.
|
// Preferences for Firefox. To be symlinked in the profile as user.js.
|
||||||
// Settings synced through Firefox Accounts may not be present.
|
// Settings synced through Firefox Accounts may not be present.
|
||||||
|
|
||||||
|
// Theme
|
||||||
|
user_pref("extensions.activeThemeID", "default-theme@mozilla.org");
|
||||||
|
user_pref("devtools.theme", "dark");
|
||||||
|
|
||||||
// Ensure context menus stay open after left-click (useful when scale
|
// Ensure context menus stay open after left-click (useful when scale
|
||||||
// == 1.5)
|
// == 1.5)
|
||||||
user_pref("ui.context_menus.after_mouseup", true);
|
user_pref("ui.context_menus.after_mouseup", true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue