We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 002f1cb commit 15953a8Copy full SHA for 15953a8
README.md
@@ -162,6 +162,19 @@ Configure your the dotfiles you want to symlink via `.dotfilesrc` file. See [.do
162
# add the line `Option "NaturalScrolling" "True"` within the touchpad section
163
# add the line `Option "ClickMethod" "clickfinger"` within the touchpad section
164
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
178
# Resize lvm volume
179
sudo lvs
180
sudo lvextend --resizefs -L 100G /dev/mapper/fedora_fedorabox-root
0 commit comments