diff --git a/system/gpg.md b/data/gpg.md similarity index 89% rename from system/gpg.md rename to data/gpg.md index 8c3a7bd..f9c19a7 100644 --- a/system/gpg.md +++ b/data/gpg.md @@ -2,13 +2,13 @@ Generate keys: -> gpg --full-gen-key +> gpg --gen-key Follow the guide. # Encrypting a file -> gpg -r malinfreeborn@googlemail.com -e file +> gpg -r malinfreeborn@tutamail.com -e file `-r` specifies the recipient. diff --git a/hardware/keyboard/keymaps.md b/hardware/keyboard/keymaps.md new file mode 100644 index 0000000..adad804 --- /dev/null +++ b/hardware/keyboard/keymaps.md @@ -0,0 +1,6 @@ +Find easy-to-read keymapping lists in `/usr/share/X11/xkb/keycodes/symbols/pc`. + +If this doesn't work, try keymaps. + +Keymaps codes can be found in `/usr/share/X11/xkb/keycodes/evdev`. +Swap the numbers to swap symbols. diff --git a/system/keyboard/unicode-characters b/hardware/keyboard/unicode-characters similarity index 100% rename from system/keyboard/unicode-characters rename to hardware/keyboard/unicode-characters diff --git a/system/keyboard/xmodmap.md b/hardware/keyboard/xmodmap.md similarity index 100% rename from system/keyboard/xmodmap.md rename to hardware/keyboard/xmodmap.md