daemon

Daemon In computing, a daemon (also spelled demon) is a computer program that runs in the background, performing tasks without direct user interaction. It’s like a helpful assistant that quietly handles various system operations Backlinks rust daemonize

August 5, 2025 · 1 min · Kristian Alexander P

alacritty

Alacritty is a simple, GPU-accelerated terminal emulator written in Rust. It supports scrollback, 24-bit colors, copy/paste, clicking on URLs, and custom key bindings.

August 1, 2025 · 1 min · Kristian Alexander P

dmenu

dmenu is a fast and lightweight dynamic menu for X. It reads arbitrary text from stdin, and creates a menu with one item for each line. The user can then select an item, through the arrow keys or typing a part of the name, and the line is printed to stdout. dmenu_run is a wrapper that ships with the dmenu distribution that allows its use as an application launcher. Backlinks rofi

August 1, 2025 · 1 min · Kristian Alexander P

fd

fd is a program written in Rust to find entries in your filesystem. It is a simple, fast and user-friendly alternative to find. While it does not aim to support all of find’s powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases.

August 1, 2025 · 1 min · Kristian Alexander P

firefox

Firefox is a popular open source graphical web browser from Mozilla.

August 1, 2025 · 1 min · Kristian Alexander P

fonts

A computer font is implemented as a digital data file containing a set of graphically related glyphs. A computer font is designed and created using a font editor. A computer font specifically designed for the computer screen, and not for printing, is a screen font. Formats Bitmap fonts Outline or vector fonts Backlinks gtk

August 1, 2025 · 1 min · Kristian Alexander P

gimp

GIMP is a powerful raster image editing program, and commonly used for photo retouching, image composition, and general graphic design work. It can be used as a simple paint program, an expert quality photo retouching program, an online batch processing system, a mass production image renderer, an image format converter, etc. Backlinks gtk

August 1, 2025 · 1 min · Kristian Alexander P

gtk

GTK, or the GIMP Toolkit, is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites GTK was initially made by the GNU Project for GIMP, but it is now a very popular toolkit with bindings for many languages. This article will explore the tools used to configure the GTK theme, style, icon, font and font size, and also detail manual configuration. ...

August 1, 2025 · 1 min · Kristian Alexander P

khal

Khal Khal is a standards based CLI and terminal calendar program, able to synchronize with CalDAV servers through vdirsyncer. configuration [calendars] [[personal]] path = /home/alexforsale/.calendars/* type = discover color = auto [locale] timeformat = %H:%M dateformat = %Y-%m-%d longdateformat = %Y-%m-%d %a datetimeformat = %Y-%m-%d %H:%M longdatetimeformat = %Y-%m-%d %H:%M [default] default_calendar = alexarians@gmail.com Code Snippet 1: khal configuration

August 1, 2025 · 1 min · Kristian Alexander P

mpd

MPD (music player daemon) is an audio player that has a server-client architecture. It plays audio files, organizes playlists and maintains a music database, all while using very few resources. In order to interface with it, a separate client is needed. Backlinks ncmpcpp

August 1, 2025 · 1 min · Kristian Alexander P