feat(ags wim): add touch bind to open overview
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-04-10 19:38:28 -04:00
parent 3d03229682
commit d2a2878c11

View file

@ -46,4 +46,11 @@ export default () => {
Tablet.oskState = false;
},
});
TouchGestures.addGesture({
name: 'openOverview',
nFingers: '4',
gesture: 'UD',
command: 'hyprctl dispatch hyprexpo:expo on',
});
};