/usr/share/sddm/scripts/Xsetup
#!/bin/sh
# Xsetup - run as root before the login dialog appears
setxkbmap us
This is a gist of ideas, notes etc. Some of them will be used for more detailed articles in my other blog.
/usr/share/sddm/scripts/Xsetup
#!/bin/sh
# Xsetup - run as root before the login dialog appears
setxkbmap us
Install and enable avahi service. Enable systemd-resolved.service:
systemctl status systemd-resolved.service
make a symbolic link:
sudo ln -s /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
Check:
getent hosts mypc.local