1

Add mouse config

This commit is contained in:
Evan Pratten 2023-08-06 11:58:47 -04:00
parent 562aea2600
commit bbbab9a771
2 changed files with 55 additions and 0 deletions

53
configs/logid/logid.cfg Normal file
View File

@ -0,0 +1,53 @@
devices: (
{
name: "M720 Triathlon Multi-Device Mouse",
hiresscroll: {
hires: true,
invert: false,
target: false
},
dpi: 1000,
buttons: (
# Back
{
cid: 0x53,
action: {
type: "None"
}
},
# Forward
{
cid: 0x56,
action: {
type: "None"
}
},
# Left Scroll
{
cid: 0x5b,
action: {
type: "None"
}
},
# Right Scroll
{
cid: 0x5d,
action: {
type: "None"
}
},
# Squeeze
{
cid: 0xd0,
action: {
type: "None"
}
},
)
}
);

View File

@ -15,6 +15,7 @@
# Config dirs
- ~/.config/nvim
- ~/.config/termux
- ~/.config/logid
- ~/.cargo
# Program plugins
- ~/.local/share/nautilus/scripts/
@ -56,6 +57,7 @@
~/.config/termux/termux.properties: configs/termux/termux.properties
~/.config/user-tmpfiles.d/discord-rpc.conf: configs/user-tmpfiles.d/discord-rpc.conf
~/.config/autostart/gnome-keyring-ssh.desktop: configs/autostart/gnome-keyring-ssh.desktop
~/.config/logid/logid.cfg: configs/logid/logid.cfg
- shell:
- [git submodule update --init --recursive, Installing submodules]