Skip to content

Commit 15953a8

Browse files
committed
added note about how to enable my atreus
1 parent 002f1cb commit 15953a8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,19 @@ Configure your the dotfiles you want to symlink via `.dotfilesrc` file. See [.do
162162
# add the line `Option "NaturalScrolling" "True"` within the touchpad section
163163
# add the line `Option "ClickMethod" "clickfinger"` within the touchpad section
164164

165+
# atreus keyboard
166+
sudo vim /etc/X11/xorg.conf.d/10-keyboard.conf
167+
#Section "InputClass"
168+
# Identifier "Atreus"
169+
# MatchIsKeyboard "on"
170+
# MatchDevicePath "/dev/input/event*"
171+
# MatchProduct "Atreus"
172+
# MatchVendor "Technomancy"
173+
# Option "XkbModel" "Atreus"
174+
# Option "XkbLayout" "us"
175+
#EndSection
176+
177+
165178
# Resize lvm volume
166179
sudo lvs
167180
sudo lvextend --resizefs -L 100G /dev/mapper/fedora_fedorabox-root

0 commit comments

Comments
 (0)