diff --git a/system/keyboard/keyboard.md b/system/keyboard/keyboard.md deleted file mode 100644 index 02badc7..0000000 --- a/system/keyboard/keyboard.md +++ /dev/null @@ -1 +0,0 @@ -items under /etc/X11/xorg.conf.d/ for new keyboard layout. One package installed diff --git a/system/keyboard/xmodmap b/system/keyboard/xmodmap deleted file mode 100644 index 8b2f344..0000000 --- a/system/keyboard/xmodmap +++ /dev/null @@ -1,6 +0,0 @@ - -xmodmap -e 'clear Lock' #ensures you're not stuck in CAPS on mode - -xmodmap -e 'keycode 0x42=Escape' #remaps the keyboard so CAPS LOCK=ESC - - diff --git a/system/keyboard/xmodmap.md b/system/keyboard/xmodmap.md new file mode 100644 index 0000000..69baf58 --- /dev/null +++ b/system/keyboard/xmodmap.md @@ -0,0 +1,8 @@ +Ensure you're not stuck in CAPS on mode: + +> xmodmap -e 'clear Lock' + +Remap the keyboard so CAPS LOCK=ESC: + +> xmodmap -e 'keycode 0x42=Escape' + diff --git a/system/syncthing/syncthing.md b/system/syncthing/syncthing.md deleted file mode 100644 index 2780276..0000000 --- a/system/syncthing/syncthing.md +++ /dev/null @@ -1,7 +0,0 @@ -Instructions [here](https://docs.syncthing.net/intro/getting-started.html). - - - - - -