fix(ags tablet): fix inputs mapping
This commit is contained in:
parent
cf7390090e
commit
56713fe806
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class Tablet extends Service {
|
|||
|
||||
this.devices.forEach(dev => {
|
||||
execAsync(['hyprctl', 'keyword',
|
||||
`device:"${dev}":transform`, String(orientation)]).catch(print);
|
||||
`device:${dev}:transform`, String(orientation)]).catch(print);
|
||||
});
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue