migration

This commit is contained in:
kokopi-dev
2025-10-28 16:23:11 +09:00
commit 2f27c335cf
116 changed files with 8221 additions and 0 deletions

19
X11/xorg/README.md Normal file
View File

@@ -0,0 +1,19 @@
Files:
- `Xresources` -> `~/.Xresources`
- `.xinitrc` -> `~/.xinitrc`
- `.xserverrc` -> `~/.xserverrc`
- `xorg.conf.d/30-touchpad.conf` -> `/etc/X11/xorg.conf.d/30-touchpad.conf`
- `xorg.conf.d/40-libinput.conf` -> `/etc/X11/xorg.conf.d/40-libinput.conf`
- `xorg.conf` -> `/etc/X11/xorg.conf`
---
Xorg conf generation:
https://wiki.archlinux.org/title/xorg : 3.2
---
Test keystrokes with command:
```
xinput list
xinput test <device>
```