wayland

It is aimed to become the successor of the X Window System. I use this on linux. Backlinks hyprland libinput

February 22, 2024 · Kristian Alexander P

libinput

provides device detection, device handling, input device event processing and abstraction to minimize the amount of custom input code compositors need to provide the common set of functionality that users expect. Configuration file Create a /etc/X11/xorg.conf.d/30-touchpad.conf for xorg. Section "InputClass" Identifier "touchpad" Driver "libinput" MatchIsTouchpad "on" Option "Tapping" "on" Option "NaturalScrolling" "true" EndSection Not needed for wayland

February 22, 2024 · Kristian Alexander P

xorg

Display manager for linux. Backlinks archlinux libinput

February 20, 2024 · Kristian Alexander P

archlinux

linux distro. installing xorg full package sudo pacman -S xorg Also install xorg-xinit if not planning on using display manager. sudo pacman -S xorg-xinit identifying VGA card lspci -v | grep -A1 -e VGA -e 3D install the approriate driver(s), OpenGL and vulkan. Also install their lib32 counterparts. Backlinks msmtp git python

February 20, 2024 · Kristian Alexander P