Compare commits
No commits in common. "75ae261734d01fd3f7d78b8770081269e7f96557" and "0ac6c79c14daf1a4db0ed7f6f9906f790fa88cee" have entirely different histories.
75ae261734
...
0ac6c79c14
5 changed files with 3 additions and 59 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
if command -v nvm >/dev/null 2>&1; then
|
if command -v nvm >/dev/null 2>&1; then
|
||||||
exit 0
|
|
||||||
else
|
|
||||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
|
||||||
|
else
|
||||||
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
sudo cp $HOME/.config/yadm/files/40-libinput.conf /usr/share/X11/xorg.conf.d/
|
|
1
.config/yadm/bootstrap.d/2q
Normal file
1
.config/yadm/bootstrap.d/2q
Normal file
|
@ -0,0 +1 @@
|
||||||
|
#!/bin/bash
|
|
@ -1,54 +0,0 @@
|
||||||
# Match on all types of devices but joysticks
|
|
||||||
#
|
|
||||||
# If you want to configure your devices, do not copy this file.
|
|
||||||
# Instead, use a config snippet that contains something like this:
|
|
||||||
#
|
|
||||||
# Section "InputClass"
|
|
||||||
# Identifier "something or other"
|
|
||||||
# MatchDriver "libinput"
|
|
||||||
#
|
|
||||||
# MatchIsTouchpad "on"
|
|
||||||
# ... other Match directives ...
|
|
||||||
# Option "someoption" "value"
|
|
||||||
# EndSection
|
|
||||||
#
|
|
||||||
# This applies the option any libinput device also matched by the other
|
|
||||||
# directives. See the xorg.conf(5) man page for more info on
|
|
||||||
# matching devices.
|
|
||||||
|
|
||||||
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 "NaturalScrolling" "True"
|
|
||||||
Option "TappingButtonMap" "lrm"
|
|
||||||
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
|
|
|
@ -11,7 +11,6 @@ i3-wm
|
||||||
i3lock
|
i3lock
|
||||||
keepassxc
|
keepassxc
|
||||||
keepmenu
|
keepmenu
|
||||||
neovim
|
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
nitrogen
|
nitrogen
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
|
|
Loading…
Add table
Reference in a new issue