From 86aa4f7eb51cc5635f5df0f4a3010458451099e5 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 20 Mar 2026 12:24:50 +0100 Subject: sway: Re-introduce Wacom tablet configuration This was forgotten on the last Sway config update. --- sway/config | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.3.1