feat(ags wim): add touch bind to open overview
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
3d03229682
commit
d2a2878c11
1 changed files with 7 additions and 0 deletions
|
@ -46,4 +46,11 @@ export default () => {
|
|||
Tablet.oskState = false;
|
||||
},
|
||||
});
|
||||
|
||||
TouchGestures.addGesture({
|
||||
name: 'openOverview',
|
||||
nFingers: '4',
|
||||
gesture: 'UD',
|
||||
command: 'hyprctl dispatch hyprexpo:expo on',
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue