Daily Weekly Monthly

Daily Shaarli

All links of one day in a single page.

May 15, 2025

Installing Arch Linux

Base

I followed this guide to install arch with hyprland: https://portfolio.kylerassweiler.ca/posts/software/linux/arch-linux-hyprland-install/

Internet

Enable the internet connections using a gui

nmtui
nmcli dev wifi
nmcli -f ALL dev wifi

GRUB

I got a theme there

Remember last choice

Put in /etc/default/grub this:

GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true

And then, do

sudo update-grub

Rofi

I got a theme here

Arch/Hyprland

https://wiki.archlinux.org/title/Linux_console/Keyboard_configuration#Persistent_configuration

vim the hyprland.conf
remove autogenerate message
use the keyboard ch/fr
natural scroll true

change keybinds
add super w to kill
add alt space for menu

Others

To get the battery:

acpi

Enable bluetooth:

sudo pacman -S bluez
sudo systemctl enable bluetooth
sudo systemctl start bluetooth

Get and set bluetooth' volume

pactl get-sink-volume bluez_output.C0_28_8D_FE_18_48.1
pactl set-sink-volume alsa_output.pci-0000_00_1f.3.analog-stereo 100%

Install yay: here