This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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 --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| __author__ = 'Tim' | |
| import matplotlib | |
| matplotlib.use('TkAgg') | |
| from numpy import arange | |
| from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg, | |
| from matplotlib.figure import Figure |