Quick and dirty disabling touch mapping (seems to work fine without intervention)
This commit is contained in:
parent
4e8087acde
commit
d197f0f43f
|
@ -7,8 +7,8 @@ set $rotate-display eDP-1
|
||||||
|
|
||||||
bindsym $mod+Backslash mode "Rotate"
|
bindsym $mod+Backslash mode "Rotate"
|
||||||
|
|
||||||
input $i-wacom-pen map_to_output $o-internal-id
|
#input $i-wacom-pen map_to_output $o-internal-id
|
||||||
input $i-wacom-touch map_to_output $o-internal-id
|
#input $i-wacom-touch map_to_output $o-internal-id
|
||||||
|
|
||||||
mode "Rotate" {
|
mode "Rotate" {
|
||||||
bindsym Down output $rotate-display transform normal; mode "default"
|
bindsym Down output $rotate-display transform normal; mode "default"
|
||||||
|
|
Loading…
Reference in New Issue