From 1645470c70f8d8fa2e34c71e454223f47e516cf1 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 3 Dec 2023 18:52:17 -0500 Subject: [PATCH 1/2] 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 From 99b8d41af8af622f5fd6aab06e6f14b46260ecad Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 6 May 2024 14:29:58 -0400 Subject: [PATCH 2/2] doc/COPYING: add it to state the "or later" bit --- doc/COPYING | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/COPYING diff --git a/doc/COPYING b/doc/COPYING new file mode 100644 index 0000000..c36ed88 --- /dev/null +++ b/doc/COPYING @@ -0,0 +1,15 @@ +emacs-keys: keyboard layout tricks for emacs +Copyright (C) 2024 Michael Orlitzky + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as +published by the Free Software Foundation, either version 3 of the +License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see . -- 2.43.2