Bazzite - Post-installation tweaks

Set the correct keyboard for first SDDM start and LUKS decryption prompt Many Fedora Silverblue images use the en_US keyboard layout by default for the disk decryption prompt (LUKS) and the login screen (SDDM). This may not match your keyboard, so we’ll change it to another layout. Find your desired keymap: localectl list-keymaps| grep CH de_CH-latin1 fr_CH fr_CH-latin1 mac-de_CH mac-fr_CH-latin1 Set your keymap (replace fr_CH with your desired keymap): sudo localectl set-keymap fr_CH Verify the changes in /etc/vconsole.conf cat /etc/vconsole.conf  ✔ # Written by systemd-localed(8) or systemd-firstboot(1), read by systemd-localed # and systemd-vconsole-setup(8). Use localectl(1) to update this file. KEYMAP=fr_CH FONT=eurlatgr XKBLAYOUT=ch XKBMODEL=pc105 XKBVARIANT=fr XKBOPTIONS=terminate:ctrl_alt_bkspand /etc/X11/xorg.conf.d/00-keyboard.conf. ...

LM. Garret

Customizing a SDDM theme

Fedora Silverblue images are great. However, there are sometimes small itches that you need to scratch, and having an immutable distro can get in your way. In this post, I’ll cover a minor itch I wanted to scratch quickly after installing Bazzite: the login screen theme. After booting, you are prompted with a screen to select the user you want to open a session for. This screen is rendered by SDDM. While it looks nice and modern, it may not be exactly to your taste. In my case, I didn’t like the default wallpaper, but this really comes down to personal preference. ...

LM. Garret

VSCode in Podman devcontainer

I wrote this guide since I installed a Fedora immutable desktop spin (Bazzite) on my desktop and decided to set it up for development as well. Since toolbox and Podman are already installed out of the box, I thought it would be interesting to go all the way in and develop using VSCode attached to a Podman devcontainer created by toolbox. This unfortunately does not work perfectly out of the box, and I intend to keep this guide up-to-date with all the changes I had to perform in order to get my dev environment up and running! ...

LM. Garret

Linux on G14 (2020)

Contains posts related to configuring Linux on an Asus Zephyrus G14 (2020) laptop