/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.separateconcerns.com
| | matttproud.com
3.4 parsecs away

Travel
| | Debian Linux has a relatively smart way of configuring keyboard input through the /etc/default/keyboard file (manual page). This file powers both the kernel configuration, the virtual console, and the X Window System. I set the XKBOPTIONS directive in /etc/default/keyboard follows: 1 XKBOPTIONS='compose:ralt,ctrl:nocaps' This has the following meaning: Make the right alt key a compose key. Make the caps lock key another ctrl key. A slew of other rules are available through XKB as described in the /usr/share/X11/xkb/rules/base.
| | opensourcemusings.com
4.1 parsecs away

Travel
| | [AI summary] The article reviews GNOME Text Editor, a simple and functional text editing tool for the GNOME desktop environment, highlighting its minimal interface, spell checking, and suitability for non-programmers.
| | www.andreasvoegele.com
2.2 parsecs away

Travel
| | How to replace LightDM with the GNOME Display Manager (GDM) on Debian
| | davquar.it
10.3 parsecs away

Travel
| i3 is a tiling window manager, which means that the concept of "window" does not exist. Instead of windows, there are "tiles": generic partitions of the screen, where some content is drawn into. In this post I write my opinions on the key changes between stacking and tiling window managers.