|
You are here |
blog.separateconcerns.com | ||
| | | | |
matttproud.com
|
|
| | | | | 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
|
|
| | | | | [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
|
|
| | | | | How to replace LightDM with the GNOME Display Manager (GDM) on Debian | |
| | | | |
davquar.it
|
|
| | | 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. | ||