Blog: 2023-06-21
Created desktop file for alacritty, there's one in the github repo. Put it in ~/.local/share/applications.
Disabled overview at startup in debian by gnome extension. Clicking install worked, even though I don't have the firefox browser extension.
Firefox ESR is the extended support release, intended for large organizations.
Enabled opening alacritty on startup.
Enabled wayland for firefox via MOZ_ENABLE_WAYLAND=1 in /etc/environment
cvlc can play .zip files of flac, cool.
I realized the alacritty copy/paste is c-s-c and c-s-v. It'd be nice to remap that to alt-c and alt-v, but I'm not sure how that'd work with the alacritty config. At least I know the intended default keybindings now
Was able to install libvirt via the gui app virt-manager, which is like vmware but not oracle which is great. Then vagrant init debian/bookworm64 and vagrant up worked, just had to enter my credentials via keyring sorta popup. Would be nice to work around that