parent
3d03229682
commit
d2a2878c11
1 changed files with 7 additions and 0 deletions
|
@ -46,4 +46,11 @@ export default () => {
|
||||||
Tablet.oskState = false;
|
Tablet.oskState = false;
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
TouchGestures.addGesture({
|
||||||
|
name: 'openOverview',
|
||||||
|
nFingers: '4',
|
||||||
|
gesture: 'UD',
|
||||||
|
command: 'hyprctl dispatch hyprexpo:expo on',
|
||||||
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue