chore: update flake.lock
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
099979e928
commit
368e6b6ee7
3 changed files with 1 additions and 1 deletions
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -161,6 +161,6 @@ const Applauncher = (window_name = 'applauncher') => {
|
||||||
|
|
||||||
export default () => PopupWindow({
|
export default () => PopupWindow({
|
||||||
name: 'applauncher',
|
name: 'applauncher',
|
||||||
focusable: true,
|
keymode: 'on-demand',
|
||||||
child: Applauncher(),
|
child: Applauncher(),
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue