From bbbab9a77162139c6ea02632e7b76d01c60bef09 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sun, 6 Aug 2023 11:58:47 -0400 Subject: [PATCH] Add mouse config --- configs/logid/logid.cfg | 53 +++++++++++++++++++++++++++++++++++++++++ install.conf.yaml | 2 ++ 2 files changed, 55 insertions(+) create mode 100644 configs/logid/logid.cfg diff --git a/configs/logid/logid.cfg b/configs/logid/logid.cfg new file mode 100644 index 0000000..dba6ee8 --- /dev/null +++ b/configs/logid/logid.cfg @@ -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" + } + }, + ) + } +); \ No newline at end of file diff --git a/install.conf.yaml b/install.conf.yaml index 493e34d..f334b46 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -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]