Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 1.83 KB

ARCH.md

File metadata and controls

77 lines (50 loc) · 1.83 KB

Notes dedicated to Arch Linux

Installation

1. Theming between GTK and QT - to review

For Kvantum => https://github.com/catppuccin/Kvantum

Use lxappearance to review the theme applied.

There are 2 styling method => gtk and Qt

lxappearance
qt5ct
qt6ct

For theme matching

yay -S kanagawa-gtk-theme-git qt6gtk2 qt5-styleplugins

If needed => https://github.com/candyclaws/Utterly-Kanagawa

2. Configure dock

To use laptop with dock, make sure to remove security in BIOS and allow Enhanced USB support. Also read through this if issues and configure Kernel parameters in GRUB.

How-to

Screen recording

wf-recorder -f screen_recording.mp4 -g "$(slurp)"

drun show me the key to display keystrokes

AUR

Command Description
yay -Yc remove unneeded packages
yay -Qm list all AUR packages

Downgrade

Used to Downgrade previously working packages

sudo downgrade code

iPhone Hotspot

Make sure that usbmuxd is installed and start the service. Plug the iPhone and enable hotspot. More info here: https://wiki.archlinux.org/title/IPhone_tethering

yay -S usbmuxd

systemctl start usbmuxd.service