feat(sway): set wacom tablet to relative mode with pen
This commit is contained in:
parent
f779649c0c
commit
f8a60a5315
1 changed files with 7 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue