feat(sway): set wacom tablet to relative mode with pen

This commit is contained in:
steveej 2024-03-17 22:00:35 +01:00
parent f779649c0c
commit f8a60a5315

View file

@ -105,6 +105,13 @@ in {
"type:touchpad" = { "type:touchpad" = {
natural_scroll = "enabled"; natural_scroll = "enabled";
}; };
# alternatively run this command
# swaymsg input "1386:914:Wacom_Intuos_Pro_S_Pen" tool_mode "* relative"
# and then switch to a different VT (alt+ctrl+f2) and back
"1386:914:Wacom_Intuos_Pro_S_Pen" = {
tool_mode = "* relative";
};
}; };
keybindings = lib.mkOptionDefault { keybindings = lib.mkOptionDefault {