I recently installed Arch Linux with the Hyprland compositor, but I'm facing a problem: the screen is completely empty aside from the wallpaper. I don't know how to install applications or access a terminal. Can anyone help me figure out what to do next?
3 Answers
Hyprland is just a window manager for Wayland, not a full desktop environment. It won't come with a panel, taskbar, or even apps by default. You have to set everything up yourself! I recommend checking the wiki for detailed instructions on how to install apps and set up your system.
To open a terminal, press Super (the Windows key) + Enter. If that doesn't work, Super + Q should launch `kitty` if you have it installed. You might need to install a terminal like `foot` from a TTY if you haven't set one up yet. Remember, you can switch to a TTY using Ctrl + Alt + F#. Once you have a terminal, you can use `pacman` and `yay` to install other programs.
Good call on the TTY! If you're struggling, switching to a TTY is a lifesaver.
If you're new to Linux, choosing Arch with Hyprland might be a bit daunting. Consider trying out a beginner-friendly distro like Ubuntu or Mint first to get familiar with Linux basics.
Definitely! The wiki has a lot of valuable information to help you get everything running smoothly.