Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
pratique:informatique:config_firefox [30/12/2019 11:39] – Zatalyz | pratique:informatique:config_firefox [10/03/2025 09:30] (Version actuelle) – Zatalyz | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ====== | + | ====== |
+ | |||
+ | ===== About config ===== | ||
Trucs utiles à modifier dans '' | Trucs utiles à modifier dans '' | ||
Ligne 12: | Ligne 15: | ||
* 5: désactivation explicite du DNS par HTTPS | * 5: désactivation explicite du DNS par HTTPS | ||
* '' | * '' | ||
- | |||
<WRAP center round info 60%> | <WRAP center round info 60%> | ||
Ligne 18: | Ligne 20: | ||
</ | </ | ||
+ | À noter qu'il est possible de configurer un fichier '' | ||
+ | |||
+ | ===== Alternatives via des navigateurs custom ===== | ||
+ | [[https:// | ||
+ | |||
+ | ===== Hacker le thème de Firefox ===== | ||
+ | |||
+ | * https:// | ||
+ | |||
+ | Résumé : | ||
+ | - Aller sur '' | ||
+ | - '' | ||
+ | - '' | ||
+ | |||
+ | Ma version actuelle : | ||
+ | <code css userChrome.css> | ||
+ | /* Ordre des barres */ | ||
+ | /* This reorders toolbar to place tabs below other toolbars. Requires Firefox 133+ */ | ||
+ | |||
+ | @media (-moz-bool-pref: | ||
+ | #nav-bar > .titlebar-buttonbox-container{ | ||
+ | order: -1 !important; | ||
+ | > .titlebar-buttonbox{ | ||
+ | flex-direction: | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | @media not (-moz-bool-pref: | ||
+ | .global-notificationbox, | ||
+ | # | ||
+ | # | ||
+ | order: 1; | ||
+ | } | ||
+ | # | ||
+ | display: none; | ||
+ | } | ||
+ | : | ||
+ | display: flex !important; | ||
+ | } | ||
+ | : | ||
+ | > .titlebar-buttonbox-container{ | ||
+ | display: flex !important; | ||
+ | } | ||
+ | : | ||
+ | > .titlebar-spacer{ | ||
+ | display: flex !important; | ||
+ | } | ||
+ | } | ||
+ | : | ||
+ | > .titlebar-spacer[type=" | ||
+ | display: flex !important; | ||
+ | } | ||
+ | @media (-moz-bool-pref: | ||
+ | (-moz-gtk-csd-reversed-placement), | ||
+ | (-moz-platform: | ||
+ | > .titlebar-spacer[type=" | ||
+ | display: none !important; | ||
+ | } | ||
+ | > .titlebar-spacer[type=" | ||
+ | display: flex !important; | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | /* ************************************************ */ | ||
+ | |||
+ | /* Onglets améliorés */ | ||
+ | |||
+ | .tab-content { | ||
+ | margin: 0 !important; | ||
+ | } | ||
+ | |||
+ | .tab-background{ | ||
+ | outline: none !important; | ||
+ | border: none !important; | ||
+ | box-shadow: none !important; | ||
+ | background-clip: | ||
+ | margin-bottom: | ||
+ | padding: 0 !important; | ||
+ | background-color: | ||
+ | border-radius: | ||
+ | } | ||
+ | |||
+ | .tab-background[selected]{ | ||
+ | border-radius: | ||
+ | } | ||
+ | |||
+ | .tab-background[selected] > .tab-context-line { | ||
+ | margin-top: -3px !important; | ||
+ | } | ||
+ | |||
+ | /* Marque-page de la barre de favoris : juste des icones, sauf au survol. */ | ||
+ | # | ||
+ | display: none !important; /* Cache le texte */ | ||
+ | } | ||
+ | |||
+ | # | ||
+ | display: inline !important; /* Affiche le texte au survol */ | ||
+ | margin-left: | ||
+ | vertical-align: | ||
+ | } | ||
+ | |||
+ | # | ||
+ | vertical-align: | ||
+ | } | ||
+ | /* Ajuste globalement la hauteur des éléments pour éviter les sauts */ | ||
+ | # | ||
+ | line-height: | ||
+ | height: 32px !important; /* Assure une hauteur fixe pour éviter les sauts */ | ||
+ | } | ||
+ | |||
+ | /* Icones personnalisées */ | ||
+ | # | ||
+ | content: " | ||
+ | margin-right: | ||
+ | } | ||
+ | # | ||
+ | content: "🤖 "; | ||
+ | margin-right: | ||
+ | } | ||
+ | |||
+ | </ | ||
+ | |||
+ | Pour voir les changements sans trop râler à chaque redémarrage : ouvrir '' | ||
+ | ===== Modifier l' | ||
+ | En fait c'est probablement un souci générique plus que propre à Firefox. | ||
+ | * [[https:// | ||
+ | |||
+ | En résumé : | ||
+ | < | ||
+ | xdg-mime default thunar.desktop inode/ | ||
+ | xdg-mime query default inode/ | ||
+ | |||
+ | Si vraiment ça galère, tester en utilisateur de base et en root : | ||
+ | env XDG_UTILS_DEBUG_LEVEL=10 | ||
+ | |||
+ | Cela peut indiquer d' | ||
+ | |||
+ | Ceci dit y'a aussi potentiellement Firefox qui saoule. Dans '' |