From 1645470c70f8d8fa2e34c71e454223f47e516cf1 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 3 Dec 2023 18:52:17 -0500 Subject: [PATCH] doc/README: simplify symlink instructions ...by assuming that ~/.config/xkb does not already exist. --- doc/README | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/README b/doc/README index bb0de02..9cc4748 100644 --- a/doc/README +++ b/doc/README @@ -94,12 +94,7 @@ xkb/symbol/emacs-keys file available under ~/.config. The best way to do this is with a symlink: - $ mkdir -p ~/.config/xkb/symbols - $ ln -s /usr/share/emacs-keys/xkb/symbols/emacs-keys \ - ~/.config/xkb/symbols/ - -The name of the symlink and the "symbols" directory that contains it -are important. + $ ln -s /usr/share/emacs-keys/xkb/ ~/.config/ Now, to use it, all you have to do is tell whatever program you're using to use the "emacs-keys" xkb_layout. For example, the Sway window -- 2.43.2