chore: update flake.lock

This commit is contained in:
matt1432 2024-01-27 17:11:30 -05:00
parent 099979e928
commit 368e6b6ee7
3 changed files with 22 additions and 22 deletions
modules/ags/config/ts/applauncher

View file

@ -161,6 +161,6 @@ const Applauncher = (window_name = 'applauncher') => {
export default () => PopupWindow({
name: 'applauncher',
focusable: true,
keymode: 'on-demand',
child: Applauncher(),
});