Skip to content

irishpatrick/wacom-display-switcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wacom-display-switcher

Overview

The application window

Quickly switch your Wacom tablet's mapped monitor.

Installation

Requirements

  • Ubuntu >=24.04

Instructions

  • Download the latest executable from the releases page.
  • Copy the executable to /usr/local/bin
  • Create a keyboard shortcut to launch wacomswitcher

Building from source

Dependencies

  • gtk4
  • X11
  • Xrandr
  • udev

Instructions

mkdir build ; cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make install