Last update on: 2025-08-01
There are two options:
- Install distrobox
- Create an box (e.g. for arch)
- Open arch distrobox in terminal
- Normal installation procedure as if you were using arch after this
| #!/bin/sh | |
| # fixes: when sound starts to get a high delay before playing | |
| systemctl --user restart pipewire pipewire-pulse wireplumber |
| #!/bin/sh | |
| # can be necessary if OOM kills it | |
| # fixes: gtk dialogs ignore theme and browsers cannot open download folder/files | |
| systemctl --user restart xdg-desktop-portal |
| # Adjust PipeWire's audio buffer/quantum size: | |
| mkdir -p ~/.config/pipewire/pipewire.conf.d/ | |
| vim ~/.config/pipewire/pipewire.conf.d/99-fix-stutter.conf | |
| # Paste: | |
| context.properties = { | |
| default.clock.rate = 48000 | |
| default.clock.quantum = 1024 | |
| default.clock.min-quantum = 1024 | |
| default.clock.max-quantum = 2048 | |
| } |
| #!/usr/bin/env xdg-open | |
| [Desktop Entry] | |
| Name=Lazarus (Distrobox arch) | |
| Comment=Run Lazarus IDE from arch distrobox | |
| Exec=sh -c "QT_SCALE_FACTOR=1.5 distrobox enter arch -- lazarus" | |
| Icon=lazarus | |
| Terminal=false | |
| Type=Application | |
| Categories=Development;IDE; |
| This makes firefox scroll behavoir snappier (similar to chrome/edge) | |
| Reference: https://www.reddit.com/r/firefox/comments/3p0q4y/deleted_by_user/ | |
| In about:config settings change the values from initial to snappy. | |
| initial values: | |
| #general.smoothScroll.mouseWheel.durationMaxMS = 150 | |
| #general.smoothScroll.mouseWheel.durationMinMS = 150 | |
| #mousewheel.acceleration.factor = 10 |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Language Safety Ratings</title> | |
| <link href="https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=Bebas+Neue&display=swap" rel="stylesheet"> | |
| <style> | |
| *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } |
| NAME PLATFORM CATEGORY COMMENT | |
| ==================================================================== | |
| anki " @android @pc #vocab () | |
| babbel ' @android @web #course (spanish) | |
| beelinguapp ' @android #reading () | |
| bunpo ' @android #grammar () | |
| bunpro ' @android @web #grammar (japanese) | |
| busuu $ @android @web #vocab () | |
| chatterbug $ @android #streams (spanish) | |
| clozemaster ' @android @web #vocab () |