mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-04 07:14:21 +02:00
firefox: don't allow detaching a tab by pulling it
This commit is contained in:
parent
baed5697b7
commit
6023ac97c2
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ user_pref("browser.backspace_action", 0);
|
||||||
|
|
||||||
// Ctrl-Tab should not use recent order (it's confusing for me)
|
// Ctrl-Tab should not use recent order (it's confusing for me)
|
||||||
user_pref("browser.ctrlTab.recentlyUsedOrder", false);
|
user_pref("browser.ctrlTab.recentlyUsedOrder", false);
|
||||||
|
// Don't allow detaching a tab by pulling it (I use the menu)
|
||||||
|
user_pref("browser.tabs.allowTabDetach", false);
|
||||||
|
|
||||||
// Don't display fullscreen warning
|
// Don't display fullscreen warning
|
||||||
user_pref("full-screen-api.warning.timeout", 0);
|
user_pref("full-screen-api.warning.timeout", 0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue