You are not logged in.
Pages: 1
i have applications like ferdium ( from warehouse-git ) and steam and they seem to have weird pixelated font and images
i use hyprland with noctalia
Offline
Try using ml4w instead of noctalia
Be sure to use the dotfiles and not the iso file
Check it out first before commiting
***Clone the github repo
git clone https://github.com/mylinuxforwork/ml4w- … taller.git
cd ml4w-dotfiles-installer
make install
*** Add to path
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
*** Verify it worked
which ml4w-dotfiles-installer
***Pull the installer
ml4w-dotfiles-installer --install https://raw.githubusercontent.com/mylin … le.dotinst
This will launch an interactive prompt that will begin the installation and configuration process. It will be installing some of it's base application and it may take some time depending on your network. These base apps are the desktop essentials apps like file manger, launcher, text editor, bluetooth, network... etc. If you already have these installed it will skip over and set up the configurations.
***Reboot your system
reboot
When you boot up, you should see sddm as your login window. Sometimes it may not install sddm if it previously wasn't installed, it has happened to me like twice out of the five times I've set them up. I ussually set it up after a clean arch install. But if you did have sddm originally it won't bring any issues. But just incase you are clean installing it for the first time, launch tty, by pressing ctrl + alt + (f1/f2/f3/f4...) depending on your computer. Once inside, login with your username then password and manually install sddm. After installation enable it with
sudo systemctl enable --now sddm
Once fully inside, press ctrl + alt + k this will pop up a window showing you all keybindings
Last edited by rolandyegon (2026-08-10 16:58:47)
Offline
i don't want to use m4lw really because i really like noctalia better and it look the best for me
Offline
Pages: 1