parent
10b70583e0
commit
179e402504
30 changed files with 176 additions and 164 deletions
modules/ags/config/widgets/applauncher
|
@ -23,5 +23,6 @@ export const launchApp = (app: AstalApps.Application) => {
|
|||
.join(' ');
|
||||
|
||||
bash(`${exe} &`);
|
||||
app.frequency += 1;
|
||||
|
||||
app.set_frequency(app.get_frequency() + 1);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue