- connect wifi -
iwctl station wlan0 connect networkname - prioritize your mirrors in
/etc/pacman.d/mirrorlist - see
installation-guide(you can switch between virtual consoles withalt+arrow)
Find what firmware and microcode you need with lspci and pick from pacman -Ss linux-firmware options.
pacstrap /mnt base base-devel neovim X-ucode linux linux-firmware-whence linux-firmware-X After chroot /mnt
git clonethis repo into root's home- Run
./install-packagesand select the groups to install.baseat the minimum. - Run
./init-root
- Run
./install-packagesfordesktopgroup - Run
./init-stow
- Run
./init-home
You can transform links on a website pointing to video files from https:// to mpv://. A special
XDG handler is set up via ~/.local/share/applications/mpv-scheme-handler.desktop that will invoke
mpv with the provided URL and start stream-playing the file.
- In any Chromium based browser open chrome://extensions.
- Enable "Developer mode".
- Click "Load unpacked" and browse to the
__chrome-extensions/mpv-schema-linksin this repo. - On any page with links to video files click the extension icon to turn them to
mpv://links. - Clicking any link will start
mpv.