Skip to content

Instantly share code, notes, and snippets.

@timotaysci
timotaysci / logid.cfg
Created May 6, 2021 18:49 — forked from tyler-dot-earth/logid.cfg
Logiops (Linux driver) configuration example for Logitech MX Master 3. Includes gestures, smartshift, DPI. Tested on logid v0.2.2-35-g1c209ed. File location: `/etc/logid.cfg`
// Logiops (Linux driver) configuration for Logitech MX Master 3.
// Includes gestures, smartshift, DPI.
// Tested on logid v0.2.2-35-g1c209ed.
// File location: /etc/logid.cfg
devices: ({
name: "Wireless Mouse MX Master 3";
smartshift: {
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>test</title>
<link href= "css/bootstrap.css" rel ="stylesheet">
<link href = "http://fonts.googleapis.com/css?family=Open+Sans:400,600" rel ="stylesheet">
<nav class="navbar navbar-inverse" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
__author__ = 'Tim'
import matplotlib
matplotlib.use('TkAgg')
from numpy import arange
from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg,
from matplotlib.figure import Figure