forked from poz/niksos
map touch and stylus input to eDP-1
this only applies for del, will need to move that there sometime soon
This commit is contained in:
parent
e34da2e450
commit
6c2cefd042
1 changed files with 7 additions and 0 deletions
|
@ -145,6 +145,13 @@ in {
|
|||
|
||||
repeat_rate = 50;
|
||||
repeat_delay = 250;
|
||||
touchdevice = {
|
||||
output = "eDP-1";
|
||||
};
|
||||
|
||||
tablet = {
|
||||
output = "eDP-1";
|
||||
};
|
||||
};
|
||||
|
||||
general = {
|
||||
|
|
Loading…
Reference in a new issue