From 1a6e7d319e30b5194cbeaf4cb214d8ca08895e1a Mon Sep 17 00:00:00 2001 From: Tu Puta Madre Date: Mon, 23 Feb 2026 19:23:07 -0600 Subject: [PATCH 1/1] 226BN.80772-Vanessa --- 40-libinput.conf | 40 ++++++++++++++++++++++++++++++++++++++++ README.adoc | 5 +++++ authorized_keys | 1 + deps | 1 + 4 files changed, 47 insertions(+) create mode 100644 40-libinput.conf create mode 100644 README.adoc create mode 100644 authorized_keys create mode 100644 deps diff --git a/40-libinput.conf b/40-libinput.conf new file mode 100644 index 0000000..c8155f9 --- /dev/null +++ b/40-libinput.conf @@ -0,0 +1,40 @@ +# Put this file in /usr/share/X11/xorg.conf.d/ directory and then reboot to reflect changes + +Section "InputClass" + Identifier "libinput pointer catchall" + MatchIsPointer "on" + MatchDevicePath "/dev/input/event*" + Driver "libinput" +EndSection + +Section "InputClass" + Identifier "libinput keyboard catchall" + MatchIsKeyboard "on" + MatchDevicePath "/dev/input/event*" + Driver "libinput" +EndSection + +Section "InputClass" + Identifier "libinput touchpad catchall" + MatchIsTouchpad "on" + MatchDevicePath "/dev/input/event*" + Driver "libinput" + Option "Tapping" "on" + Option "ClickMethod" "clickfinger" + Option "NaturalScrolling" "true" + Option "AccelSpeed" "0.5" +EndSection + +Section "InputClass" + Identifier "libinput touchscreen catchall" + MatchIsTouchscreen "on" + MatchDevicePath "/dev/input/event*" + Driver "libinput" +EndSection + +Section "InputClass" + Identifier "libinput tablet catchall" + MatchIsTablet "on" + MatchDevicePath "/dev/input/event*" + Driver "libinput" +EndSection diff --git a/README.adoc b/README.adoc new file mode 100644 index 0000000..ea5be8a --- /dev/null +++ b/README.adoc @@ -0,0 +1,5 @@ += deps +easy files + +== pubkey +`xbps-fetch https://raw.githubusercontent.com/Tletltecuhtli/deps/refs/heads/main/authorized_keys` diff --git a/authorized_keys b/authorized_keys new file mode 100644 index 0000000..2aedbb6 --- /dev/null +++ b/authorized_keys @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFV8LBmvjP/B/WpaZZmdyBoZAaTexHQyDStu3qcO9N88 tletltekutli@gmail.com diff --git a/deps b/deps new file mode 100644 index 0000000..1fbf8fe --- /dev/null +++ b/deps @@ -0,0 +1 @@ +ufetch neovim zsh btop git make clang file-devel mpv zathura pqiv timg ImageMagick ffmpeg yt-dlp handbrake-cli mediainfo mdBook mdcat mdr mdp pandoc freerdp cdparanoia libcap-devel readline-devel acl-devel -- 2.47.3