diff options
| author | xengineering <me@xengineering.eu> | 2026-03-20 12:24:50 +0100 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-07-09 09:46:30 +0200 |
| commit | 86aa4f7eb51cc5635f5df0f4a3010458451099e5 (patch) | |
| tree | ef31dedd7f91ce28cee5f2c9e7976cec0713fe94 | |
| parent | e785953e9ce287ef8967869411900ab4e3b5ebb3 (diff) | |
| download | dotfiles-86aa4f7eb51cc5635f5df0f4a3010458451099e5.tar dotfiles-86aa4f7eb51cc5635f5df0f4a3010458451099e5.tar.zst dotfiles-86aa4f7eb51cc5635f5df0f4a3010458451099e5.zip | |
sway: Re-introduce Wacom tablet configuration
This was forgotten on the last Sway config update.
| -rw-r--r-- | sway/config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sway/config b/sway/config index 8cdbdb9..d9710d5 100644 --- a/sway/config +++ b/sway/config @@ -32,10 +32,16 @@ output "Chimei Innolux Corporation 0x14D4 0x00000000" resolution 1920x1080 posit # h26 Arch output "LG Electronics 24BK450H 0x01010101" resolution 1920x1080 position 4480,900 output "LG Electronics 24MB56 0x01010101" resolution 1920x1080 position 6400,900 +input "1386:830:Wacom_Intuos_PT_M_2_Pen" map_to_output "LG Electronics 24BK450H 0x01010101" +input "1386:830:Wacom_Intuos_PT_M_2_Finger" map_to_output "LG Electronics 24BK450H 0x01010101" +input "1386:830:Wacom_Intuos_PT_M_2_Pad" map_to_output "LG Electronics 24BK450H 0x01010101" # hs26 Debian output "Goldstar Company Ltd 24BK450H " resolution 1920x1080 position 4480,900 output "Goldstar Company Ltd 24MB56 " resolution 1920x1080 position 6400,900 +input "1386:830:Wacom_Intuos_PT_M_2_Pen" map_to_output "Goldstar Company Ltd 24BK450H " +input "1386:830:Wacom_Intuos_PT_M_2_Finger" map_to_output "Goldstar Company Ltd 24BK450H " +input "1386:830:Wacom_Intuos_PT_M_2_Pad" map_to_output "Goldstar Company Ltd 24BK450H " # e5 output "Dell Inc. DELL SE2723DS FLNJQT3" resolution 2560x1440 position 0,0 |
