summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authormediocregopher <mediocregopher@gmail.com>2023-12-16 18:28:36 +0100
committermediocregopher <mediocregopher@gmail.com>2023-12-16 18:28:36 +0100
commit64eb89235d395f711e8e3a5d8e4232d4a57d0900 (patch)
treec4617062db245988838a1ef06abe3890ce7f514c /base
parent878dea2de4c8f4289a9b1d08437f23d2a29021ea (diff)
Include xorg as part of loadout, so it's not required on host system
Diffstat (limited to 'base')
-rw-r--r--base/00-keyboard.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/base/00-keyboard.conf b/base/00-keyboard.conf
deleted file mode 100644
index 04f72e6..0000000
--- a/base/00-keyboard.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-Section "InputClass"
- Identifier "system-keyboard"
- MatchIsKeyboard "on"
- Option "XkbLayout" "us"
- Option "XkbOptions" "caps:swapescape"
-EndSection