Showing posts with label manjaro. Show all posts
Showing posts with label manjaro. Show all posts

Thursday, July 8, 2021

fix sddm (kde mankaro) keyboard layout on unlock

 /usr/share/sddm/scripts/Xsetup

 

#!/bin/sh
# Xsetup - run as root before the login dialog appears

setxkbmap us
 

Wednesday, December 16, 2020

Manjaro mdns fix

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