linux

a family of open-source Unix-like operating systems based on the Linux kernel, Backlinks ffmpeg xorg archlinux wayland pass rustup systemd davmail davmail

February 22, 2024 · Kristian Alexander P

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

org-mode

a mode for document editing, formatting, and organizing within the free software text editor GNU emacs and its derivatives, designed for notes, planning, and authoring. Using Property in headline org-agenda will automatically show the CATEGORY property if it is set. Backlinks noweb org-agenda github hugo

February 21, 2024 · Kristian Alexander P

hugo

Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again. I use this for publishing my Org-org-mode notes in emacs. Backlinks github

February 21, 2024 · Kristian Alexander P