Add mouse config
This commit is contained in:
parent
562aea2600
commit
bbbab9a771
53
configs/logid/logid.cfg
Normal file
53
configs/logid/logid.cfg
Normal 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"
|
||||
}
|
||||
},
|
||||
)
|
||||
}
|
||||
);
|
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user