Live CD installation section
Download Arch Linux ISO
You may use Rufus, balenaEtcher or Ventoy
Live CD installation section
Download Arch Linux ISO
You may use Rufus, balenaEtcher or Ventoy
| <?xml version='1.0'?> | |
| <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> | |
| <fontconfig> | |
| <alias> | |
| <family>sans-serif</family> | |
| <prefer> | |
| <family>Symbols Nerd Font Mono</family> | |
| </prefer> | |
| </alias> | |
| <match target="font"> |
| .HyperMD-header-1::after, h1, | |
| .HyperMD-header-2::after, h2 { | |
| display: block; | |
| content: ""; | |
| padding-bottom: 10px; | |
| border-bottom: 1px solid gray; | |
| border-image: linear-gradient(to right, #3f3f3f, #6f6f6f, #6f6f6f, #3f3f3f ) 47% 0%; | |
| } |
| /* Disable tab favicons */ | |
| .tabbrowser-tab .tab-icon-image { display: none !important; } | |
| /* Hide bookmarks favicons */ | |
| #personal-bookmarks .toolbarbutton-icon { display: none !important; } | |
| /* Hide tab scroll buttons */ | |
| toolbarbutton#scrollbutton-up, | |
| toolbarbutton#scrollbutton-down { display: none !important; } |
| // Force enable compact mode | |
| user_pref("browser.uidensity", 1); | |
| // Scroll speed | |
| user_pref("mousewheel.default.delta_multiplier_x", 450); | |
| user_pref("mousewheel.default.delta_multiplier_y", 450); | |
| user_pref("mousewheel.default.delta_multiplier_z", 450); | |
| // Disable alt-key menu | |
| user_pref("ui.key.menuAccessKeyFocuses", false); |
| :root { | |
| --font: IBM Plex Sans; | |
| --font-size: 1em; | |
| } | |
| :root.tomorrow body { | |
| background: #111111 !important; | |
| color: #AAAAAA !important; | |
| background-position: center !important; | |
| font-family: var(--font); |
| "routing": { | |
| "rules": [ | |
| { | |
| "ip": [ | |
| "geoip:private" | |
| ], | |
| "outboundTag": "direct" | |
| }, | |
| { | |
| "domain": [ |