sudo pacman -Syu
sudo pacman -S --needed micro
#sudo micro /etc/pacman.conf
# Ativar opções:
Color
ParallelDownloads = 15
ILoveCandy
sudo pacman -S ufw
sudo systemctl enable --now ufw.service
sudo ufw enable
sudo ufw status verbose
sudo pacman -S --needed linux-firmware base-devel intel-ucode
#Systemd-boot - ~/boot/loader/entries/linux.conf e linux.fallback.conf
...
initrd /intel-ucode.img
initrd /initramsfs-linux...
...
sudo pacman -S --needed git firefox flatpak udiskie
sudo pacman -S gst-libav gst-plugins-{base,good,bad,ugly} \
ffmpeg gstreamer
sudo pacman -S pipewire pipewire-alsa pipewire-pulse pipewire-jack wireplumber sof-firmware pavucontrol
systemctl --user enable pipewire pipewire-pulse wireplumber
sudo pacman -S tlp powertop acpi
sudo systemctl enable tlp
sudo tlp-stat -s
#Pesquisar:
#powertop, auto-cpufreq, acpid
sudo pacman -S ttf-dejavu noto-fonts noto-fonts-emoji \
ttf-liberation ttf-jetbrains-mono ttf-jetbrains-mono-nerd ttf-opensans \
ttf-droid ttf-roboto adobe-source-code-pro-fonts otf-font-awesome \
ttf-fira-code ttf-fantasque-nerd ttf-victor-mono
git clone https://aur.archlinux.org/yay-bin.git
cd yay-bin
makepkg -si
yay -Y --gendb
Referências:
Must-have Utilities
Hypr Ecosystem
Waybar
Cores
Hyprland & Base
sudo pacman -S hyprland xdg-desktop-portal xdg-desktop-portal-gtk \
xdg-desktop-portal-hyprland qt5-wayland qt6-wayland \
Utilitarios
sudo pacman -S waybar cliphist wl-clipboard hyprpicker dolphin \
dolphin-plugins ark blueman bluez bluez-utils dunst nwg-displays \
nwg-bar hyprlock grim slurp kitty mpv hyprpaper rofi hypridle \
network-manager-applet xdg-user-dirs xdg-utils polkit-kde-agent
yay -S qview
Função | Aplicativo | Pacote | Link |
---|---|---|---|
Status Bar | waybar |
PACMAN | |
Clipboard Manager | cliphist , wl-clipboard |
PACMAN | |
Color Picker | hyprpicker |
PACMAN | |
* Emoji Support | [ver documentação] | ||
File Manager | dolphin, dolphin-plugins |
PACMAN | |
Image Viewer | qview |
AUR | interversehq.com |
Bluetooth | blueman, bluez, bluez-utils |
PACMAN | |
* Display Manager (Login) | sddm |
||
Notificações | dunst |
PACMAN | |
* OSD | [pendente] | ||
Display Config | nwg-displays |
PACMAN | |
Power Menu | nwg-bar |
PACMAN | |
Lock Screen | hyprlock |
PACMAN | |
Screenshot | grim , slurp |
PACMAN | |
Terminal | kitty |
PACMAN | |
Video Player | mpv |
PACMAN | |
Wallpaper | hyprpaper , waypaper |
PACMAN/AUR | |
Launcher | rofi |
PACMAN | |
idle daemon | hypridle | PACMAN | |
*GTK Themes | nwg-look |
||
*Qt Themes | qt5ct / qt6ct |
Hyprland
sudo systemctl enable --now bluetooth.service
sudo systemctl enable --now NetworkManager.service
# Desligar
systemctl -i poweroff
# Reiniciar
systemctl reboot
# Suspender
systemctl suspend
# Encerrar Hyprland
hyprctl dispatch exit
# ou
killall Hyprland
sudo pacman -S vscode docker nvim
yay -S --noconfirm visual-studio-code-bin