From c64de1af3152bb26300ba4ba99c0dd7cf7a268d8 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 11 May 2025 10:32:56 +0200 Subject: tweak(workstation): add config for XPPen tablet I'm removing nixpkgs-overlays from nix.nixPath because overlays seem to work fine without it (with just nixpkgs.overlays). And keeping it would have required me to adapt the path because `nix-shell -p` was failing with "The overlays argument to nixpkgs must be a list" due to the new pkgs param. --- user/sway/config | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'user/sway') diff --git a/user/sway/config b/user/sway/config index 2fafff8..fa7b39b 100644 --- a/user/sway/config +++ b/user/sway/config @@ -57,6 +57,13 @@ input "type:keyboard" { xkb_file "~/config/colematik/colematik.xkb" } +input "10429:2395:UGTABLET_Artist_Pro_16_(Gen2)" { + map_to_output "DP-1" +} +input "10429:514:Hanvon_Ugee_Shortcut_Remote_Keyboard" { + xkb_layout "us" +} + ### Key bindings # # Basics: -- cgit v1.2.3