mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
appearance: switch to a dark theme
This commit is contained in:
parent
853760b466
commit
b2af5dfdc8
3 changed files with 6 additions and 3 deletions
|
@ -8,6 +8,9 @@ user_pref("ui.context_menus.after_mouseup", true);
|
|||
// Don't display menubar when pressing Alt
|
||||
user_pref("ui.key.menuAccessKeyFocuses", false);
|
||||
|
||||
// Dark theme
|
||||
user_pref("ui.systemUsesDarkTheme", 1);
|
||||
|
||||
// No popup at all!
|
||||
user_pref("browser.link.open_newwindow.restriction", 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue