fix(ags applauncher): make on_accept work
This commit is contained in:
parent
b7724c46d2
commit
8bd1c23ce0
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ const Applauncher = ({ window_name = 'applauncher' } = {}) => {
|
||||||
|
|
||||||
if (appList[0]) {
|
if (appList[0]) {
|
||||||
App.toggleWindow(window_name);
|
App.toggleWindow(window_name);
|
||||||
Hyprland.sendMessage(`dispatch exec sh -c ${appList[0]}`);
|
Hyprland.sendMessage(`dispatch exec sh -c
|
||||||
|
${appList[0].executable}`);
|
||||||
++appList[0].frequency;
|
++appList[0].frequency;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue